Merge branch 'contrib/github_pr_11163_v4.4' into 'release/v4.4'

Make custom bootloader message match actual output (GitHub PR) (v4.4)

See merge request espressif/esp-idf!23140
This commit is contained in:
Zim Kalinowski 2023-04-20 19:45:06 +08:00
commit 3f08fd4400

View File

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