Files
ota_ws_update/Kconfig.projbuild
2023-10-03 14:59:03 +07:00

27 lines
584 B
Plaintext

menu "OTA WS UPDATE"
config OTA_DEFAULT_URI
string "OTA page URI"
default "/ota"
help
WEB page URI to OTA update.
config OTA_DEFAULT_WS_URI
string "OTA ws URI"
default "/ota/ws"
help
WEB ws URI to OTA update.
config OTA_CHUNK_SIZE
int "Ota chunk size"
default 8192
help
Ota download chunk size.
config OTA_PRE_ENCRYPTED_MODE
bool "Ota chunk size"
default n
help
Ota pre-encrypted mode.
endmenu