mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Rename
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user