Closed cidjei1v9 closed 1 month ago
Yes, I can reproduce. I see this in my log just before the crash:
Sending ota_data message 261769 as cbor of size 4133
>> I (36033) ../main/process/ota_util.c: 219: Running firmware version: 1.0.31
>> I (36033) ../main/process/ota_util.c: 231: New firmware version: 1.0.31
>> E (42143) ../main/utils/malloc_ext.h: 59: Assertion failed: ptr
>> E (42143) ../main/utils/malloc_ext.h: 59: calloc fets Jul 29 2019 12:21:46
Which I suggests a memory allocation error. See also #154 and #155
I'll look into it.
Should have a PR/branch for you to test out early next week.
If you're up for it, give this branch a spin.
Hopefully it resolves the memory issues.
Merged to master. Please close if you agree resolved. Thanks.
Hello! When trying to update the FW of a TTGO-TDisplay I get the following error message on the device screen:
(The device is on version 1.0.31.)