esp-idf/examples/custom_bootloader/bootloader_override/bootloader_components/main/Kconfig

9 wiersze
290 B
Plaintext

menu "Bootloader welcome message"
config EXAMPLE_BOOTLOADER_WELCOME_MESSAGE
string "Bootloader welcome message"
default "Custom bootloader message defined in the KConfig file."
help
Message to print by the custom bootloader when booting up.
endmenu