Browse Source

Initialized to prevent compiler warning.

v_master
SRGDamia1 7 years ago
parent
commit
f272a4895d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientESP8266.h

+ 1
- 1
src/TinyGsmClientESP8266.h View File

@ -275,7 +275,7 @@ public:
bool isNetworkConnected() {
sendAT(GF("+CIPSTATUS"));
int res1 = waitResponse(3000, GF("STATUS:"));
int res2;
int res2 = 0;
if (res1 == 1) {
res2 = waitResponse(GFP(GSM_ERROR), GF("2"), GF("3"), GF("4"), GF("5"));
}


Loading…
Cancel
Save