Merge branch 'contrib/github_pr_11163_v5.0' into 'release/v5.0'

Make custom bootloader message match actual output (GitHub PR) (v5.0)

See merge request espressif/esp-idf!23139
This commit is contained in:
Marius Vikhammer 2023-05-11 10:25:46 +08:00
commit 1ef71b472c

View File

@ -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