Integrate SIM808 nicely

This commit is contained in:
Volodymyr Shymanskyy
2017-09-12 13:32:34 +03:00
parent 5846604f22
commit 144a9c371e
7 changed files with 37 additions and 24 deletions

View File

@@ -11,13 +11,13 @@
#include <TinyGsmClientSIM800.h>
class TinyGsmSim808: public TinyGsm
class TinyGsmSim808: public TinyGsmSim800
{
public:
TinyGsmSim808(Stream& stream)
: TinyGsm(stream)
: TinyGsmSim800(stream)
{}
/*