mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
315 B
Plaintext
10 lines
315 B
Plaintext
menu "Example Configuration"
|
|
config EXAMPLE_EXTENDED_ADV
|
|
bool
|
|
default y if SOC_ESP_NIMBLE_CONTROLLER
|
|
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
|
prompt "Enable Extended Adv"
|
|
help
|
|
Use this option to enable extended advertising in the example
|
|
endmenu
|