This commit is contained in:
Sara Damiano
2018-09-10 15:51:15 -04:00
parent 5d3cc777b4
commit 78cd41f8e2
11 changed files with 23 additions and 28 deletions

View File

@@ -40,7 +40,7 @@ enum RegStatus {
};
class TinyGsmUBLOX : public TinyGsmMasterModem
class TinyGsmUBLOX : public TinyGsmModem
{
public:
@@ -205,7 +205,7 @@ public:
#else
TinyGsmUBLOX(Stream& stream)
#endif
: TinyGsmMasterModem(stream), stream(stream)
: TinyGsmModem(stream), stream(stream)
{
memset(sockets, 0, sizeof(sockets));
}