mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
|
menu "Example Configuration"
|
||
|
|
||
|
choice COMMANDS_FORMAT
|
||
|
prompt "PHY Commands Format"
|
||
|
default ESP_PHY_NEW_COMMANDS
|
||
|
config ESP_PHY_LEGACY_COMMANDS
|
||
|
bool "Legacy Commands Format"
|
||
|
|
||
|
config ESP_PHY_NEW_COMMANDS
|
||
|
bool "New Commands Format"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
endmenu
|