From 593486fadc13d3d204762070ae915f3b8968a807 Mon Sep 17 00:00:00 2001 From: "Aaron B. Haun" Date: Sun, 15 Oct 2023 15:27:40 -0400 Subject: [PATCH] docs: Fix a typo in serial bootloader entry docs Signed-off-by: Aaron B. Haun --- docs/Bootloader_Entry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -`Request Serial Bootloader!!~`. +`Request Serial Bootloader!!~` requests the bootloader. `` is an ASCII literal space, 0x20.