Removed sleep option for cellular
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user