This commit is contained in:
SRGDamia1
2018-02-23 16:40:14 -05:00
parent 395c46195f
commit 3f9a24f48d
3 changed files with 3 additions and 3 deletions

View File

@@ -388,7 +388,7 @@ public:
sendAT(GF("SO"),200); // For lowest power, dissassociated deep sleep
waitResponse();
}
else if ((!maintainAssociation){
else if (!maintainAssociation){
sendAT(GF("SO"),1); // For lowest power, dissassociated deep sleep
// Not supported by all modules, will return "ERROR"
waitResponse();