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