Corrected sleep option note

This commit is contained in:
Sara Damiano
2018-11-07 13:02:44 -05:00
parent f0ae66b4a5
commit 323ad722bf
2 changed files with 1 additions and 1 deletions

View File

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