LVGL regression missing 'lv.ANIM_OFF' and 'lv.ANIM_ON'#23544
Conversation
|
Seeing same issue after upgrading to lastest dev build after this PR. |
|
Weird, now |
|
Depending on how you get your "dev build" it may well be that you're using an old binary. I currently see most binary uploads failing to Tasmota-firmware which inturn will fail uploading to ota.tasmota.com Perhaps @Jason2866 has an idea. |
|
Yesterday, I got it from https://github.com/tasmota/install/tree/firmware/firmware/unofficial after seeing that the timestamp there was updated. I did not verify if the build date was actually matching the time stamp of file replacement. Seeing new builds there since 4 minutes, will try again. That build was replaced by another. Works now. BTW. Sometime I see a weird thing, code 200 should not be an error....
|
|
GH Actions firmware release build had errors, not all firmwares had been build. Rerun the failing builds did work. Release is correct now and all files have been updated in all github repos. |
Description:
Fix regression introduced with LVGL 9.3.0 migration. Resored missing 'lv.ANIM_OFF' and 'lv.ANIM_ON'
Checklist:
NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass