From b0a1c0d045d4b92d7f66cde8cf1405609666163e 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 43ed3a6d25..443688f0e3 100644 --- a/examples/custom_bootloader/bootloader_override/README.md +++ b/examples/custom_bootloader/bootloader_override/README.md @@ -23,7 +23,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