Skip to content

Commit 434cd5c

Browse files
authored
Merge pull request #475 from arduino/manage_bl
Rename STM32H747_updateBootloader.ino -> STM32H747_manageBootloader.ino
2 parents 165a8ee + 0e1b75d commit 434cd5c

8 files changed

+2
-2
lines changed

libraries/STM32H747_System/examples/STM32H747_updateBootloader/STM32H747_updateBootloader.ino renamed to libraries/STM32H747_System/examples/STM32H747_manageBootloader/STM32H747_manageBootloader.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ void setup() {
6969
wifi_available = bootloader_data[5];
7070

7171
#if defined(ARDUINO_PORTENTA_H7_M7)
72-
Serial.println("\nDo you want to update the default Arduino bootloader? Y/[n]");
73-
Serial.println("If No, MCUboot bootloader will be updated.");
72+
Serial.println("\nDo you want to install/update the default Arduino bootloader? Y/[n]");
73+
Serial.println("Choosing \"No\", will install/update the MCUboot bootloader.");
7474
if(!waitResponse()) {
7575
Serial.println("\nMCUboot has been selected. Do you want to proceed? Y/[n]");
7676
if (waitResponse()) {

0 commit comments

Comments
 (0)