diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Bootloader_Entry.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bootloader_Entry.md b/docs/Bootloader_Entry.md index f42602bd..ec27baad 100644 --- a/docs/Bootloader_Entry.md +++ b/docs/Bootloader_Entry.md @@ -44,7 +44,7 @@ releasing `Ctrl` If a physical serial port is being used on the MCU (even if a USB serial adapter is being used to connect to it), sending the string -`<SPACE><FS><SPACE>Request Serial Bootloader!!<SPACE>~`. +`<SPACE><FS><SPACE>Request Serial Bootloader!!<SPACE>~` requests the bootloader. `<SPACE>` is an ASCII literal space, 0x20. |