mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
menu "ESP HTTPS OTA"
|
|
|
|
config OTA_ALLOW_HTTP
|
|
bool "Allow HTTP for OTA (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)"
|
|
default n
|
|
help
|
|
It is highly recommended to keep HTTPS (along with server certificate validation) enabled.
|
|
Enabling this option comes with potential risk of:
|
|
- Non-encrypted communication channel with server
|
|
- Accepting firmware upgrade image from server with fake identity
|
|
|
|
endmenu
|