Bad smudge, examples are supposed to auto-baud

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-05-14 17:02:04 -04:00
parent 7ffb2f0a8e
commit 1f1b56833a
7 changed files with 13 additions and 12 deletions

View File

@@ -137,8 +137,8 @@ void setup() {
delay(6000);
// Set GSM module baud rate
// TinyGsmAutoBaud(SerialAT, GSM_AUTOBAUD_MIN, GSM_AUTOBAUD_MAX);
SerialAT.begin(9600);
TinyGsmAutoBaud(SerialAT, GSM_AUTOBAUD_MIN, GSM_AUTOBAUD_MAX);
// SerialAT.begin(9600);
}
void loop() {