kopia lustrzana https://github.com/espressif/esp-idf
18 wiersze
528 B
Plaintext
18 wiersze
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
|