mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Another example update
This commit is contained in:
		| @@ -30,6 +30,16 @@ | ||||
| // Increase RX buffer if needed | ||||
| // #define TINY_GSM_RX_BUFFER 512 | ||||
|  | ||||
| // See all AT commands, if wanted | ||||
| // #define DUMP_AT_COMMANDS | ||||
|  | ||||
| // Define the serial console for debug prints, if needed | ||||
| #define TINY_GSM_DEBUG SerialMon | ||||
|  | ||||
| // Range to attempt to autobaud | ||||
| #define GSM_AUTOBAUD_MIN 9600 | ||||
| #define GSM_AUTOBAUD_MAX 115200 | ||||
|  | ||||
| // Add a reception delay, if needed | ||||
| // #define TINY_GSM_YIELD() { delay(1); } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user