mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
fix(bootlaoder): Fix documentation as ESP32 does not support secure download mode
This commit is contained in:
@@ -1227,7 +1227,7 @@ menu "Security features"
|
|||||||
It is also possible to enable secure download mode at runtime by calling
|
It is also possible to enable secure download mode at runtime by calling
|
||||||
esp_efuse_enable_rom_secure_download_mode()
|
esp_efuse_enable_rom_secure_download_mode()
|
||||||
|
|
||||||
Note: Secure Download mode is not available for ESP32 (includes revisions till ECO3).
|
Note: Secure Download mode is not available for ESP32.
|
||||||
|
|
||||||
config SECURE_INSECURE_ALLOW_DL_MODE
|
config SECURE_INSECURE_ALLOW_DL_MODE
|
||||||
bool "UART ROM download mode (Enabled (not recommended))"
|
bool "UART ROM download mode (Enabled (not recommended))"
|
||||||
|
Reference in New Issue
Block a user