mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a845f211e3
Enable checks for encrypted flash in OTA Even if firmware is compiled without CONFIG_FLASH_ENCRYPTION_ENABLED. Rationale: 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 Ref. https://github.com/espressif/esp-idf/pull/453 See merge request !647