Skip to content

Commit 5f29b47

Browse files
Going into error state if wifi firmware version isn't up to date
1 parent 6ba438e commit 5f29b47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/WiFiConnectionHandler.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ NetworkConnectionState WiFiConnectionHandler::update_handleInit()
7474
DEBUG_ERROR(F("Latest WiFi Firmware: %s"), WIFI_FIRMWARE_VERSION_REQUIRED);
7575
DEBUG_ERROR(F("Please update to the latest version for best performance."));
7676
delay(5000);
77+
78+
return NetworkConnectionState::ERROR;
7779
}
7880
#endif
7981
#else

0 commit comments

Comments
 (0)