summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/cell_modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/esp32/components/eos/cell_modem.c')
-rw-r--r--fw/esp32/components/eos/cell_modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/esp32/components/eos/cell_modem.c b/fw/esp32/components/eos/cell_modem.c
index ec81111..26be56e 100644
--- a/fw/esp32/components/eos/cell_modem.c
+++ b/fw/esp32/components/eos/cell_modem.c
@@ -608,7 +608,7 @@ static int ppp_setup(void) {
}
at_cmd(cmd);
- r = at_expect("^OK", "^ERROR", 1000);
+ r = at_expect("^OK", "^(ERROR|NO CARRIER)", 1000);
if (r) {
uart_change_mode(uart_mode);
xSemaphoreGive(uart_mutex);