Browse Source

Fixed Bee sleep options

v_master
SRGDamia1 7 years ago
parent
commit
3ae668b215
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientXBee.h

+ 1
- 1
src/TinyGsmClientXBee.h View File

@ -275,7 +275,7 @@ public:
commandMode();
sendAT(GF("SM"),1);
waitResponse();
if (beeType != S6B) {
if (beeType == S6B) {
sendAT(GF("SO"),200);
waitResponse();
}


Loading…
Cancel
Save