Browse Source

Missing brace

v_master
Sara Damiano 5 years ago
parent
commit
5f8c1c5784
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientSaraR4.h

+ 1
- 1
src/TinyGsmClientSaraR4.h View File

@ -632,7 +632,7 @@ protected:
} else if (res == 3) {
streamSkipUntil('\n'); // Skip the error text
}
if (!result)
if (!result) {
sockets[mux]->sock_connected = modemGetConnected(mux);
}
return result;


Loading…
Cancel
Save