mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 23:05:38 +00:00
20 lines
504 B
Plaintext
20 lines
504 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
|
|
default 70
|
|
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
|