mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Fixed Bee sleep options
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user