Skip to content

Commit

Permalink
Make custom bootloader message match actual output
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hasheddan authored and ESP-Marius committed Apr 24, 2023
1 parent 0fb6316 commit b0a1c0d
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 b0a1c0d

Please sign in to comment.