mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	All examples have 6s delay before start
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
		| @@ -130,7 +130,7 @@ void setup() { | ||||
|   // Set GSM module baud rate | ||||
|   // TinyGsmAutoBaud(SerialAT,GSM_AUTOBAUD_MIN,GSM_AUTOBAUD_MAX); | ||||
|   SerialAT.begin(9600); | ||||
|   delay(3000); | ||||
|   delay(6000); | ||||
|  | ||||
|   // Restart takes quite some time | ||||
|   // To skip it, call init() instead of restart() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user