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(); commandMode();
sendAT(GF("SM"),1); sendAT(GF("SM"),1);
waitResponse(); waitResponse();
sendAT(GF("SO"),200); if (beeType != S6B) {
waitResponse(); sendAT(GF("SO"),200);
waitResponse();
}
writeChanges(); writeChanges();
exitCommand(); exitCommand();
} }