mirror of
https://github.com/espressif/esp-idf
synced 2025-04-17 12:10:09 -04:00
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
menu "Example 'GATT SECURITY SERVER' Config"
|
|
|
|
config EXAMPLE_CI_ID
|
|
int
|
|
default 80
|
|
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
|