mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
18 lines
528 B
Plaintext
18 lines
528 B
Plaintext
|
menu "Example Configuration"
|
||
|
config ESP_DPP_LISTEN_CHANNEL_LIST
|
||
|
string "DPP Listen channel list"
|
||
|
default "6"
|
||
|
help
|
||
|
DPP Bootstrapping listen channels separated by commas.
|
||
|
|
||
|
config ESP_DPP_BOOTSTRAPPING_KEY
|
||
|
string "Bootstrapping key"
|
||
|
help
|
||
|
Private key string for DPP Bootstrapping in PEM format.
|
||
|
|
||
|
config ESP_DPP_DEVICE_INFO
|
||
|
string "Additional Device Info"
|
||
|
help
|
||
|
Additional ancillary information to be included in QR Code.
|
||
|
endmenu
|