OVMS3-idf/components/app_update
Marius Vikhammer 93b8fcf664 app_update: fix test failure for get_app_elf_sha256 test
Commit fc03161f updated esp_ota_get_app_elf_sha256 to store and return
X number of bytes of the hash, but the test case still expected 64 bytes.

Updated test case to use CONFIG value for expected length.
2020-04-15 21:13:21 +08:00
..
include
test app_update: fix test failure for get_app_elf_sha256 test 2020-04-15 21:13:21 +08:00
CMakeLists.txt
component.mk
esp_app_desc.c app_update: Fix case when elf file SHA256 should be printed by panic handler while cache is disabled 2020-04-15 21:06:43 +08:00
esp_ota_ops.c esp_ota_ops.c: Fix size calculation to erase partition range for OTA image 2020-04-06 13:39:51 +05:30
Kconfig.projbuild app_update: Fix case when elf file SHA256 should be printed by panic handler while cache is disabled 2020-04-15 21:06:43 +08:00
Makefile.projbuild
otatool.py