Skip to content

Commit 8de2eb0

Browse files
committed
fix(bootlaoder): Fix documentation as ESP32 does not support secure download mode
1 parent c5a1710 commit 8de2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/bootloader/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ menu "Security features"
11621162
It is also possible to enable secure download mode at runtime by calling
11631163
esp_efuse_enable_rom_secure_download_mode()
11641164

1165-
Note: Secure Download mode is not available for ESP32 (includes revisions till ECO3).
1165+
Note: Secure Download mode is not available for ESP32.
11661166

11671167
config SECURE_INSECURE_ALLOW_DL_MODE
11681168
bool "UART ROM download mode (Enabled (not recommended))"

0 commit comments

Comments
 (0)