mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
29 lines
881 B
Plaintext
29 lines
881 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_RANDOM_ADDR
|
|
bool
|
|
prompt "Advertise RANDOM Address"
|
|
help
|
|
Use this option to advertise a random address instead of public address
|
|
|
|
config EXAMPLE_PERIODIC_ADV_ENH
|
|
bool
|
|
prompt "Enable Periodic Adv Enhancements"
|
|
depends on SOC_BLE_50_SUPPORTED && SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
|
|
select BT_NIMBLE_PERIODIC_ADV_ENH
|
|
help
|
|
Use this option to enable periodic advertising enhancements
|
|
|
|
config EXAMPLE_CI_ID
|
|
int "example id for CI test"
|
|
default 0
|
|
help
|
|
This config the example id for CI test. Only for internal used.
|
|
|
|
config EXAMPLE_CI_PIPELINE_ID
|
|
int "The pipeline id for CI test"
|
|
default 0
|
|
help
|
|
This config the pipeline id for CI test. Only for internal used.
|
|
endmenu
|