mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-02 02:10:19 +08:00
11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
menu "Unified Provisioning"
|
|
|
|
config ENABLE_UNIFIED_PROVISIONING
|
|
bool "Enable Unified Provisioning"
|
|
default n
|
|
select MBEDTLS_CIPHER_MODE_CTR
|
|
select MBEDTLS_ECP_C
|
|
help
|
|
This enables Unified Provisioning feature along with required components like Wifi-Provisioning, Protocomm and their mbedtls dependencies.
|
|
endmenu
|