Просмотр исходного кода

Merge branch 'contrib/github_pr_11163' into 'master'

Make custom bootloader message match actual output (GitHub PR)

Closes IDFGH-9834

See merge request espressif/esp-idf!23120
Marius Vikhammer 2 лет назад
Родитель
Сommit
c4e35290d9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/custom_bootloader/bootloader_override/README.md

+ 1 - 1
examples/custom_bootloader/bootloader_override/README.md

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