Removed sleep option for cellular

This commit is contained in:
SRGDamia1
2017-10-02 15:23:06 -04:00
parent 84b797cfbf
commit d6b5d7d5eb

View File

@@ -230,8 +230,10 @@ public:
commandMode();
sendAT(GF("SM"),1);
waitResponse();
if (beeType != S6B) {
sendAT(GF("SO"),200);
waitResponse();
}
writeChanges();
exitCommand();
}