You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
012f7a9576
Signed-off-by: luoweiyuan <luoweiyuan@m5stack.com>
28 lines
629 B
Plaintext
Executable File
28 lines
629 B
Plaintext
Executable File
menu "Audio Board Configuration"
|
|
|
|
config CORES3
|
|
bool "select CORES3"
|
|
default n
|
|
help
|
|
Enable this option to support m5stack cores3.
|
|
|
|
config TAB5
|
|
bool "select M5STACK TAB5"
|
|
default n
|
|
help
|
|
Enable this option to support m5stack tab5.
|
|
|
|
config ATOM_ECHOS3R
|
|
bool "select M5STACK ATOM ECHOS3R"
|
|
default n
|
|
help
|
|
Enable this option to support m5stack atom_echos3r.
|
|
|
|
config STICKS3
|
|
bool "select M5STACK STICKS3"
|
|
default n
|
|
help
|
|
Enable this option to support m5stack sticks3.
|
|
|
|
endmenu
|