mirror of
https://github.com/Fishwaldo/ESP32-Chimera-Core.git
synced 2025-03-15 11:21:23 +00:00
19 lines
304 B
Text
19 lines
304 B
Text
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
|