Merge branch 'master' of https://github.com/EnviroDIY/TinyGSM
This commit is contained in:
@@ -462,9 +462,7 @@ public:
|
|||||||
else if(intRes == 0x02) // 0x02 Wi-Fi transceiver initialized, but not yet scanning for access point.
|
else if(intRes == 0x02) // 0x02 Wi-Fi transceiver initialized, but not yet scanning for access point.
|
||||||
stat = REG_SEARCHING;
|
stat = REG_SEARCHING;
|
||||||
else if(intRes == 0x13) { // 0x13 Disconnecting from access point.
|
else if(intRes == 0x13) { // 0x13 Disconnecting from access point.
|
||||||
sendAT(GF("NR0")); // Do a network reset; the S6B tends to get stuck "disconnecting"
|
restart(); // Restart the device; the S6B tends to get stuck "disconnecting"
|
||||||
waitResponse(5000);
|
|
||||||
writeChanges();
|
|
||||||
stat = REG_UNREGISTERED;
|
stat = REG_UNREGISTERED;
|
||||||
}
|
}
|
||||||
else if(intRes == 0x23) // 0x23 SSID not configured.
|
else if(intRes == 0x23) // 0x23 SSID not configured.
|
||||||
@@ -541,7 +539,7 @@ public:
|
|||||||
if (isNetworkConnected()) {
|
if (isNetworkConnected()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
delay(250);
|
// delay(250); // Enough delay going in and out of command mode
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user