Browse Source

Removed sleep option for cellular

v_master
SRGDamia1 7 years ago
parent
commit
d6b5d7d5eb
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      TinyGsmClientXBee.h

+ 4
- 2
TinyGsmClientXBee.h View File

@ -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();
}


Loading…
Cancel
Save