esp-idf/components/app_update
KonstantinKondrashov 28aec9594a fix(app_update): Fix CI test_switch_ota by increasing deepsleep
It increases the deepsleep time from 2000 to 20000.
2000 is too small for esp32-s3 chip.
2023-07-21 13:58:20 +08:00
..
include esp_ota_ops.h: typo fix 2023-06-20 16:39:07 +02:00
test_apps fix(app_update): Fix CI test_switch_ota by increasing deepsleep 2023-07-21 13:58:20 +08:00
.build-test-rules.yml esp32h2: add build test 2023-01-17 10:29:04 +08:00
CMakeLists.txt esp_bootloader_format: Adds bootloader description structure to read bootloader version from app 2023-05-10 21:39:52 +08:00
esp_ota_app_desc.c esp_app_format: IRAM space optimization 2023-05-17 23:40:59 +08:00
esp_ota_ops.c esp_bootloader_format: Adds bootloader description structure to read bootloader version from app 2023-05-10 21:39:52 +08:00
otatool.py