Update example

This commit is contained in:
Sara Damiano
2020-02-11 16:46:56 -05:00
parent cef8aefefc
commit d3dd88d13b
2 changed files with 4 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ void setup() {
delay(10);
// Set GSM module baud rate
SerialAT.begin(115200);
SerialAT.begin(9600);
delay(3000);
if (!modem.init()) {