dfparent
dfparent
There seems to still be some bug in the latest version of WLED that effects the TM1814. When I use version 0.13.0-b4 it works great. Some effects have the data...
@Aircoookie I tried a handful of effects with 0.13.3 and the problem happened with every one of them. The effects I tried were: - Dynamic - Candy Cane - Chase...
@blazoncek I built version 0.14.0 from source and ran it. It exhibits the same problem with the TM1814 that I am seeing in version 0.13.3.
Version 0.13.0-b7 introduced the bug. The bug does not exhibit in 0.13.0-b6. Note: I used WLED_0.13.0-b7_ESP32.bin using OTA install.
Will do. It may be a few days before I can get back, though.
Having some difficulty with this task. I am using GIT Desktop to grab the source code for a particular commit. I am currently using VSCode with PlatformIO according to the...
So it turns out it was a bug in LITTLEFS which I could get past by adding a third parameter to the open command. Now that I am past that...
Yeah... I literally branched the source at a few random commits, commented out the default_envs variable, uncommented the esp32dev default_env variable and ran the build. I was just trying to...
@softhack007, thanks for the tips. I am trying to build a commit from Jan 25, 2022 and that version does not define the esp32dv_qio80 environment. If I try to build...
OK. So a couple of surprising developments. 1. On a whim I started using Tortoise GIT to switch branches (instead of GIT Hub Desktop) and when I did that the...