All examples have 6s delay before start

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-04-16 00:16:25 -04:00
parent 8c5850ef7b
commit 4aadaf04ec
14 changed files with 15 additions and 17 deletions

View File

@@ -135,7 +135,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()