Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_11163_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
Make custom bootloader message match actual output (GitHub PR) (v5.1)

See merge request espressif/esp-idf!23375
  • Loading branch information
ESP-Marius committed Apr 24, 2023
2 parents 83a682c + b0a1c0d commit 75002dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_bootloader/bootloader_override/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75002dc

Please sign in to comment.