You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (String(WiFi.firmwareVersion()) < String("1.6.0")) {
181
-
DEBUG_ERROR("ArduinoIoTCloudTCP::%s In order to connect to Arduino IoT Cloud, NINA firmware needs to be >= 1.6.0, current %s", __FUNCTION__, WiFi.firmwareVersion());
182
-
return0;
183
-
}
184
-
#endif/* BOARD_HAS_OFFLOADED_ECCX08 */
185
-
186
-
#if defined (ARDUINO_UNOWIFIR4)
187
-
if (String(WiFi.firmwareVersion()) < String("0.2.0")) {
188
-
DEBUG_ERROR("ArduinoIoTCloudTCP::%s In order to connect to Arduino IoT Cloud, WiFi firmware needs to be >= 0.2.0, current %s", __FUNCTION__, WiFi.firmwareVersion());
if (String(WiFi.firmwareVersion()) < String("1.6.0")) {
278
+
DEBUG_ERROR("ArduinoIoTCloudTCP::%s In order to connect to Arduino IoT Cloud, NINA firmware needs to be >= 1.6.0, current %s", __FUNCTION__, WiFi.firmwareVersion());
279
+
return0;
280
+
}
281
+
#endif/* BOARD_HAS_OFFLOADED_ECCX08 */
282
+
283
+
#if defined (ARDUINO_UNOWIFIR4)
284
+
if (String(WiFi.firmwareVersion()) < String("0.2.0")) {
285
+
DEBUG_ERROR("ArduinoIoTCloudTCP::%s In order to connect to Arduino IoT Cloud, WiFi firmware needs to be >= 0.2.0, current %s", __FUNCTION__, WiFi.firmwareVersion());
0 commit comments