Skip to content

Commit

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

See merge request espressif/esp-idf!23140
  • Loading branch information
zikalino committed Apr 20, 2023
2 parents 4232e24 + e2a59b8 commit 3f08fd4
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 @@ -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
Expand Down

0 comments on commit 3f08fd4

Please sign in to comment.