mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Still need to read out values, even if not keeping
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
		| @@ -54,7 +54,9 @@ | ||||
| // Chips without internal buffering (A6/A7, ESP8266, M590) | ||||
| // need enough space in the buffer for the entire response | ||||
| // else data will be lost (and the http library will fail). | ||||
| #if !defined(TINY_GSM_RX_BUFFER) | ||||
| #define TINY_GSM_RX_BUFFER 650 | ||||
| #endif | ||||
|  | ||||
| // See all AT commands, if wanted | ||||
| // #define DUMP_AT_COMMANDS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user