Skip to content

Commit 1398bee

Browse files
author
Veijo Pesonen
committed
fixup! Switches from OOB thread to global event queue
1 parent 7b978e9 commit 1398bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ESP8266Interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ void ESP8266Interface::update_conn_state_cb()
656656
_started = false;
657657
_initialized = false;
658658
_geq->cancel(_oob_event_id);
659+
_oob_event_id = 0;
659660
_conn_stat = NSAPI_STATUS_DISCONNECTED;
660661
}
661662

0 commit comments

Comments
 (0)