We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ceb2d commit 0e1b75dCopy full SHA for 0e1b75d
libraries/STM32H747_System/examples/STM32H747_manageBootloader/STM32H747_manageBootloader.ino
@@ -69,8 +69,8 @@ void setup() {
69
wifi_available = bootloader_data[5];
70
71
#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.");
+ Serial.println("\nDo you want to install/update the default Arduino bootloader? Y/[n]");
+ Serial.println("Choosing \"No\", will install/update the MCUboot bootloader.");
74
if(!waitResponse()) {
75
Serial.println("\nMCUboot has been selected. Do you want to proceed? Y/[n]");
76
if (waitResponse()) {
0 commit comments