mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
|
menu "Example 'PERIODIC SYNCHRONIZATION' Config"
|
||
|
|
||
|
config EXAMPLE_CI_ID
|
||
|
int
|
||
|
default 110
|
||
|
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
|