Make custom bootloader message match actual output

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 <georgedanielmangum@gmail.com>
pull/11411/head
hasheddan 2023-04-08 19:34:09 -04:00 zatwierdzone przez Marius Vikhammer
rodzic ef4b1b7704
commit 5cdc107a90
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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