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