Fixed Bee sleep options

This commit is contained in:
SRGDamia1
2017-10-27 13:36:41 -04:00
parent f272a4895d
commit 3ae668b215

View File

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