mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Move StreamDebugger
This commit is contained in:
		| @@ -18,7 +18,6 @@ | |||||||
| // #define TINY_GSM_MODEM_ESP8266 | // #define TINY_GSM_MODEM_ESP8266 | ||||||
|  |  | ||||||
| #include <TinyGsmClient.h> | #include <TinyGsmClient.h> | ||||||
| #include <StreamDebugger.h> |  | ||||||
|  |  | ||||||
| // Set serial for debug console (to the Serial Monitor, speed 115200) | // Set serial for debug console (to the Serial Monitor, speed 115200) | ||||||
| #define SerialMon Serial | #define SerialMon Serial | ||||||
| @@ -31,6 +30,7 @@ | |||||||
| //#include <SoftwareSerial.h> | //#include <SoftwareSerial.h> | ||||||
| //SoftwareSerial SerialAT(2, 3); // RX, TX | //SoftwareSerial SerialAT(2, 3); // RX, TX | ||||||
|  |  | ||||||
|  | #include <StreamDebugger.h> | ||||||
| StreamDebugger debugger(SerialAT, SerialMon); | StreamDebugger debugger(SerialAT, SerialMon); | ||||||
| TinyGsm modem(debugger); | TinyGsm modem(debugger); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user