Initialized to prevent compiler warning.

This commit is contained in:
SRGDamia1
2017-10-27 12:53:02 -04:00
parent 03a721521c
commit f272a4895d

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"));
}