mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
21 lines
305 B
Plaintext
21 lines
305 B
Plaintext
menu "M5Stack"
|
|
|
|
choice CORE_TYPE
|
|
prompt "Type of Core"
|
|
default M5STACK_BASIC
|
|
help
|
|
Type of Core.
|
|
|
|
config M5STICK
|
|
bool "M5Stick"
|
|
config M5STACK_BASIC
|
|
bool "M5Stack Basic"
|
|
config M5STACK_GRAY
|
|
bool "M5Stack Gray"
|
|
config M5STACK_FIRE
|
|
bool "M5Stack Fire"
|
|
endchoice
|
|
|
|
endmenu
|
|
|