We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ee43c commit e8ddac2Copy full SHA for e8ddac2
libraries/Nano33_System/examples/Nano33_updateBootloader/Nano33_updateBootloader.ino
@@ -44,7 +44,7 @@ void setup() {
44
Serial.begin(115200);
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");
+ Serial.println("Yes: upload only the binary of the SoftDevice");
48
Serial.println("No : upload the SoftDevice binary and update the bootloader to support SoftDevices");
49
50
bool confirmation = false;
0 commit comments