Fixed shutdown command.

This commit is contained in:
Michael Krumpus
2019-03-30 13:18:51 -05:00
parent afd96430e3
commit f3a18828d7

View File

@@ -351,7 +351,7 @@ public:
}
bool poweroff() {
sendAT(GF("+SQNSSHDN=?"));
sendAT(GF("+SQNSSHDN"));
return waitResponse();
}