Longer wait for power down

This commit is contained in:
Sara Damiano
2019-05-24 21:26:22 -04:00
parent c22efc5327
commit 69cbab842d

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() {