mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
20 lines
263 B
Plaintext
20 lines
263 B
Plaintext
menu "Test config"
|
|
|
|
config PERFORMANCE_LEVEL
|
|
int
|
|
range 0 3
|
|
prompt "Performance level"
|
|
|
|
config A
|
|
bool
|
|
default "y"
|
|
|
|
config B
|
|
bool
|
|
default "n"
|
|
|
|
config C
|
|
bool
|
|
default "y"
|
|
endmenu
|