mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
menu "App update"
|
|
|
|
config APP_UPDATE_CHECK_APP_SUM
|
|
bool "Check APP binary data sum after downloading"
|
|
default y
|
|
help
|
|
If enable this option, app update will check the sum of app binary data after downloading it.
|
|
|
|
config APP_UPDATE_CHECK_APP_HASH
|
|
bool "Check APP binary data hash after downloading"
|
|
default n
|
|
help
|
|
If enable this option, app update will check the hash of app binary data after downloading it.
|
|
|
|
endmenu
|