Browse Source

Fixed shutdown command.

v_master
Michael Krumpus 5 years ago
parent
commit
f3a18828d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientSequansMonarch.h

+ 1
- 1
src/TinyGsmClientSequansMonarch.h View File

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


Loading…
Cancel
Save