Replies: 1 comment 1 reply
-
Which version(s) of ESP-IDF is this failing on? 4.4.8? 5.5.2? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TLDR: actual_length != expected_length
I want to do a OTA download of firmware running asynchonously (display is still updating lvgl) and writing it to a flash partition.
Below a simple test program that does a download and simulates a slow write.
I tried several ways to read from the response, these give problems
this does not cause any problems (but needs lots of memory)
firmware = await r.read()
The board is custom with ESP32-S3 WROOM 8MB PSRAM 16MB FLASH module.
Beta Was this translation helpful? Give feedback.
All reactions