Fixed shutdown command.
This commit is contained in:
@@ -351,7 +351,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool poweroff() {
|
bool poweroff() {
|
||||||
sendAT(GF("+SQNSSHDN=?"));
|
sendAT(GF("+SQNSSHDN"));
|
||||||
return waitResponse();
|
return waitResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user