mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-12-29 13:21:25 +00:00
Rename
This commit is contained in:
@@ -46,7 +46,7 @@ enum RegStatus {
|
||||
//============================================================================//
|
||||
|
||||
|
||||
class TinyGsmSim800 : public TinyGsmMasterModem
|
||||
class TinyGsmSim800 : public TinyGsmModem
|
||||
{
|
||||
|
||||
//============================================================================//
|
||||
@@ -228,7 +228,7 @@ public:
|
||||
#else
|
||||
TinyGsmSim800(Stream& stream)
|
||||
#endif
|
||||
: TinyGsmMasterModem(stream), stream(stream)
|
||||
: TinyGsmModem(stream), stream(stream)
|
||||
{
|
||||
memset(sockets, 0, sizeof(sockets));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user