Fix ussd test in all functions

This commit is contained in:
Sara Damiano
2019-07-17 13:30:46 -04:00
parent 00936e9361
commit bdcba4c0f2
2 changed files with 4 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ TINY_GSM_MODEM_GET_INFO_ATI()
if (waitResponse(10000L) != 1) {
return false;
}
delay(3000); //TODO: Test this delay
waitResponse(10000L, GF(GSM_NL "PB DONE"));
return init();
}