From e2a59b8bf45e21fb8cc6e02379ee911554f4e66e Mon Sep 17 00:00:00 2001 From: hasheddan Date: Sat, 8 Apr 2023 19:34:09 -0400 Subject: [PATCH] Make custom bootloader message match actual output Fixes the custom bootloader README.md so that the example output matches what will actually be output by default in the custom bootloader. Signed-off-by: hasheddan --- examples/custom_bootloader/bootloader_override/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom_bootloader/bootloader_override/README.md b/examples/custom_bootloader/bootloader_override/README.md index 1b6bbf84d4..2771c03134 100644 --- a/examples/custom_bootloader/bootloader_override/README.md +++ b/examples/custom_bootloader/bootloader_override/README.md @@ -20,7 +20,7 @@ idf.py flash This custom bootloader does not do more than the older bootloader, it only prints an extra message on start up: ``` -[boot] Custom bootloader has been initialized correctly. +[boot] Custom bootloader message defined in the KConfig file. ``` ## Organisation of this example