OVMS3-idf/components/app_update
Deomid Ryabkov 516c708fc7 Enable checks for encrypted flash in OTA
Even if firmware is compiled without CONFIG_FLASH_ENCRYPTION_ENABLED
Rayionale: CONFIG_FLASH_ENCRYPTION_ENABLED controls whether boot loader
generates keys for encryption or not, but flash encryption can be
configured externally. With this change, it's possible to have boot
loader not generate keys but still have encryption working.

Also fix use of it->part
2017-04-11 19:10:26 +08:00
..
include ota ops: Verify partition argument passed to esp_ota_begin() 2017-02-22 10:26:04 +11:00
test ota ops: Rewrite esp_ota_get_next_update_partition() to be more predictable, add unit tests 2017-02-22 10:26:04 +11:00
component.mk feature/fota_ops_api: add ota core api implement 2016-11-28 17:12:57 +08:00
esp_ota_ops.c Enable checks for encrypted flash in OTA 2017-04-11 19:10:26 +08:00