marciot / esp32-dali-clock

An NTSC/PAL version of the 80s Dali Clock for the ESP32
GNU General Public License v3.0
117 stars 10 forks source link

Update esp32-dali-clock.ino for less jerk on wifi TX #10

Closed M0NWY closed 5 months ago

M0NWY commented 5 months ago

Arduino code defaults to core 1 so when the wifi task is also set to core 1 it makes the image jump. Pinning the task to core 0 eliminates this effect.

Also added note to use esp32 tool chain v1.0.6.