mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Rename
This commit is contained in:
		| @@ -197,23 +197,23 @@ String TinyGsmDecodeHex16bit(String &instr) { | ||||
|  | ||||
|  | ||||
|  | ||||
| class TinyGsmMasterModem | ||||
| class TinyGsmModem | ||||
| { | ||||
|  | ||||
| public: | ||||
|  | ||||
| class GsmClient : public Client | ||||
| { | ||||
|   friend class TinyGsmMasterModem; | ||||
|   friend class TinyGsmModem; | ||||
| }; | ||||
|  | ||||
|  | ||||
| public: | ||||
|  | ||||
| #ifdef GSM_DEFAULT_STREAM | ||||
|   TinyGsmMasterModem(Stream& stream = GSM_DEFAULT_STREAM) | ||||
|   TinyGsmModem(Stream& stream = GSM_DEFAULT_STREAM) | ||||
| #else | ||||
|   TinyGsmMasterModem(Stream& stream) | ||||
|   TinyGsmModem(Stream& stream) | ||||
| #endif | ||||
|     : stream(stream) | ||||
|   {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user