Skip to content

Commit 2cbe1e8

Browse files
committed
Fix typo
1 parent 44f92b0 commit 2cbe1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ArduinoIoTCloudTCP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_ConnectMqttBroker()
329329

330330
#if defined(ARDUINO_UNOWIFIR4)
331331
if (String(WiFi.firmwareVersion()) < String("0.2.0")) {
332-
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());
332+
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());
333333
}
334334
#endif
335335

0 commit comments

Comments
 (0)