Browse Source

Fixed webclient 's lost bracket

v_master
Sara Damiano 5 years ago
parent
commit
3fee997934
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      examples/WebClient/WebClient.ino

+ 1
- 0
examples/WebClient/WebClient.ino View File

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


Loading…
Cancel
Save