mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
282d3c6188
1. Move adding of prefix/postfix to the private key to example code. This is to preserve forward compatibility when more curves are supported. 2. Documentation correction of bootstrapping key configuration.
18 lines
542 B
Plaintext
18 lines
542 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
|
|
64 hex digits (or 32 bytes) of raw private key for DPP Bootstrapping.
|
|
|
|
config ESP_DPP_DEVICE_INFO
|
|
string "Additional Device Info"
|
|
help
|
|
Additional ancillary information to be included in QR Code.
|
|
endmenu
|