mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
25 lines
748 B
Plaintext
25 lines
748 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_DUMP_ADV_DATA_AND_SCAN_RESP
|
|
bool "Dump whole adv data and scan response data in example"
|
|
default n
|
|
|
|
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.
|
|
|
|
config EXAMPLE_INIT_DEINIT_LOOP
|
|
bool "Perform init deinit of bluedroid host in a loop"
|
|
default n
|
|
help
|
|
This config perform host init deinit loop for CI test. Only for internal used
|
|
endmenu
|