mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
# Enable Security Version 0 (no encryption) so esp_local_ctrl_start() succeeds
|
|
# with a minimal null transport (no BLE/Wi-Fi hardware required).
|
|
CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0=y
|
|
CONFIG_ESP_TASK_WDT_INIT=n
|