Skip to content

Commit 15f9f06

Browse files
committed
add missing break to WiFi::loop()
1 parent 4e35fa4 commit 15f9f06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WrapperWiFi.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ void WrapperWiFi::loop() {
5757
Events.handleWiFiEvent(_state);
5858
setInterval(5000);
5959
}
60+
break;
6061
case ConnectionState::CONNECTED:
6162
if (WiFi.status() != WL_CONNECTED) {
6263
_state = ConnectionState::DISCONNECTED;

0 commit comments

Comments
 (0)