We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc55c8e commit 08ee43cCopy full SHA for 08ee43c
libraries/Nano33_System/examples/Nano33_updateBootloader/Nano33_updateBootloader.ino
@@ -45,7 +45,7 @@ void setup() {
45
while (!Serial) {}
46
Serial.println("Do you want to update only the SoftDevice? Y/[n]");
47
Serial.println("Yes: upload only the binary of the DoftDevice");
48
- Serial.println("No : upload the SoftDevice binary and update the bootloader to support SoftDevices")
+ Serial.println("No : upload the SoftDevice binary and update the bootloader to support SoftDevices");
49
50
bool confirmation = false;
51
while (confirmation == false) {
0 commit comments