Fixed webclient 's lost bracket

This commit is contained in:
Sara Damiano
2019-05-24 16:29:11 -04:00
parent eeef8e3c69
commit 3fee997934

View File

@@ -128,6 +128,7 @@ void setup() {
modem.simUnlock(GSM_PIN); modem.simUnlock(GSM_PIN);
} }
#endif #endif
}
void loop() { void loop() {