Make LED toggle part of config
This commit is contained in:
parent
7365d8e6b8
commit
833de0f666
|
@ -11,6 +11,10 @@ RTOS ?= 1
|
||||||
NO_PWRKEY = 0
|
NO_PWRKEY = 0
|
||||||
LIBC_ROM ?= 1
|
LIBC_ROM ?= 1
|
||||||
|
|
||||||
|
# Extas added by Open source community
|
||||||
|
CONNECTED_BLUE_LIGHT = 1 # if set to 1, the blue light will flash when connected
|
||||||
|
# end our extras
|
||||||
|
|
||||||
export USER_SECURE_BOOT ?= 0
|
export USER_SECURE_BOOT ?= 0
|
||||||
# enable:1
|
# enable:1
|
||||||
# disable:0
|
# disable:0
|
||||||
|
|
Loading…
Reference in New Issue