Skip to content

Commit 691b991

Browse files
committed
Merge pull request #45 from sandeepmistry/status-call-handle-events
Call m2m_wifi_handle_events from WiFiClass::status()
2 parents 10241a9 + 83484a7 commit 691b991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/WiFi.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,9 @@ uint8_t WiFiClass::status()
670670
if (!_init) {
671671
init();
672672
}
673+
674+
m2m_wifi_handle_events(NULL);
675+
673676
return _status;
674677
}
675678

0 commit comments

Comments
 (0)