Removed sleep option for cellular
This commit is contained in:
@@ -230,8 +230,10 @@ public:
|
||||
commandMode();
|
||||
sendAT(GF("SM"),1);
|
||||
waitResponse();
|
||||
sendAT(GF("SO"),200);
|
||||
waitResponse();
|
||||
if (beeType != S6B) {
|
||||
sendAT(GF("SO"),200);
|
||||
waitResponse();
|
||||
}
|
||||
writeChanges();
|
||||
exitCommand();
|
||||
}
|
||||
|
Reference in New Issue
Block a user