6 lines
177 B
Text
6 lines
177 B
Text
|
# LED_BOOT_BEHAVIOR: Control the behavior of the blue LED on boot
|
||
|
# enable: turn LED on
|
||
|
# disable: turn LED off
|
||
|
# auto: do nothing (LED will blink)
|
||
|
LED_BOOT_BEHAVIOR=enable
|