We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fb2870 + 832eed0 commit b506b03Copy full SHA for b506b03
components/wifi/esp8266-driver/ESP8266/ESP8266.cpp
@@ -959,13 +959,8 @@ bool ESP8266::_recv_ap(nsapi_wifi_ap_t *ap)
959
960
void ESP8266::_oob_watchdog_reset()
961
{
962
- for (int i = 0; i < SOCKET_COUNT; i++) {
963
- _sock_i[i].open = false;
964
- }
965
-
966
- // Makes possible to reinitialize
967
- _conn_status = NSAPI_STATUS_ERROR_UNSUPPORTED;
968
- _conn_stat_cb();
+ MBED_ERROR(MBED_MAKE_ERROR(MBED_MODULE_DRIVER, MBED_ERROR_CODE_ETIME), \
+ "_oob_watchdog_reset() modem watchdog reset triggered\n");
969
}
970
971
void ESP8266::_oob_busy()
0 commit comments