Browse Source

Longer wait for power down

v_master
Sara Damiano 5 years ago
parent
commit
69cbab842d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientSIM800.h

+ 1
- 1
src/TinyGsmClientSIM800.h View File

@ -269,7 +269,7 @@ TINY_GSM_MODEM_GET_INFO_ATI()
bool poweroff() {
sendAT(GF("+CPOWD=1"));
return waitResponse(GF("NORMAL POWER DOWN")) == 1;
return waitResponse(10000L, GF("NORMAL POWER DOWN")) == 1;
}
bool radioOff() {


Loading…
Cancel
Save