Skip to content

Commit 1734221

Browse files
aentingerper1234
andauthored
Minor fix by @per1234 (thank you ;) )
Co-authored-by: per1234 <[email protected]>
1 parent 0c3a226 commit 1734221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloudTCP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ int ArduinoIoTCloudTCP::begin(String brokerAddress, uint16_t brokerPort)
148148
String const nina_fw_version = WiFi.firmwareVersion();
149149
if (nina_fw_version < "1.4.1") {
150150
_ota_cap = false;
151-
DBG_WARNING(F("ArduinoIoTCloudTCP::%s In order to be ready for cloud OTA nina firmware needs to be >= 1.4.1, current %s"), __FUNCTION__, nina_fw_version.c_str());
151+
DBG_WARNING(F("ArduinoIoTCloudTCP::%s In order to be ready for cloud OTA, NINA firmware needs to be >= 1.4.1, current %s"), __FUNCTION__, nina_fw_version.c_str());
152152
}
153153
else {
154154
_ota_cap = true;

0 commit comments

Comments
 (0)