atuline/WLED

replace EVERY_N_MILLIS

softhack007 opened this issue · 1 comments

Reminder to myself - EVERY_N_MILLIS() is not reliable, and misses activation if not called at the "correct" millisecond. I'll replace it with something that works.

EVERY_N_MILLIS(20) {

solved in 406806f