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 ffdb90a + f56b1b9 commit 2dcb0faCopy full SHA for 2dcb0fa
src/Arduino_WiFiConnectionHandler.cpp
@@ -71,7 +71,7 @@ NetworkConnectionState WiFiConnectionHandler::update_handleInit()
71
#endif
72
73
#if defined(WIFI_FIRMWARE_VERSION_REQUIRED)
74
- if (WiFi.firmwareVersion() < WIFI_FIRMWARE_VERSION_REQUIRED)
+ if (String(WiFi.firmwareVersion()) < String(WIFI_FIRMWARE_VERSION_REQUIRED))
75
{
76
#if !defined(__AVR__)
77
Debug.print(DBG_ERROR, F("Latest WiFi Firmware: %s"), WIFI_FIRMWARE_VERSION_REQUIRED);
0 commit comments