mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	CRTP!!!! Totally untested
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
		| @@ -57,18 +57,18 @@ | ||||
| #define TINY_GSM_RX_BUFFER 650 | ||||
|  | ||||
| // See all AT commands, if wanted | ||||
| //#define DUMP_AT_COMMANDS | ||||
| // #define DUMP_AT_COMMANDS | ||||
|  | ||||
| // Define the serial console for debug prints, if needed | ||||
| #define TINY_GSM_DEBUG SerialMon | ||||
| //#define LOGGING  // <- Logging is for the HTTP library | ||||
| // #define LOGGING  // <- Logging is for the HTTP library | ||||
|  | ||||
| // Range to attempt to autobaud | ||||
| #define GSM_AUTOBAUD_MIN 9600 | ||||
| #define GSM_AUTOBAUD_MAX 115200 | ||||
|  | ||||
| // Add a reception delay - may be needed for a fast processor at a slow baud rate | ||||
| //#define TINY_GSM_YIELD() { delay(2); } | ||||
| // #define TINY_GSM_YIELD() { delay(2); } | ||||
|  | ||||
| // Define how you're planning to connect to the internet | ||||
| #define TINY_GSM_USE_GPRS true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user