mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-26 11:21:41 +08:00

Changes: Added Config to enable wifi-provisioning and protocomm & their pre-requisites. Changed sdkconfig.defaults, apt headers, esp_log_internal.h for compilation. Removed console, ble provisioning examples. Modified esp_prov to enable only softap transport.
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
menu "Unified Provisioning"
|
|
|
|
config ENABLE_UNIFIED_PROVISIONING
|
|
bool "Enable Unified Provisioning"
|
|
default n
|
|
select SSL_USING_MBEDTLS
|
|
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
|