Skip to content

Commit 52177d5

Browse files
committed
Add more detailed information on how to update the bootloader for Portenta H7.
1 parent 8a663ce commit 52177d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ArduinoIoTCloudTCP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ int ArduinoIoTCloudTCP::begin(String brokerAddress, uint16_t brokerPort)
199199
if (currentBootloaderVersion < 22) {
200200
_ota_cap = false;
201201
DEBUG_WARNING("ArduinoIoTCloudTCP::%s In order to be ready for cloud OTA, update the bootloader", __FUNCTION__);
202+
DEBUG_WARNING("ArduinoIoTCloudTCP::%s File -> Examples -> Portenta_System -> PortentaH7_updateBootloader", __FUNCTION__);
202203
}
203204
else {
204205
_ota_cap = true;

0 commit comments

Comments
 (0)