You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the initialiation of timer at each "begin", it's impossible to use more than one dimmer at the time with an ESP32.
I fixed the code by simply checking a static bool when begin in called.
It should be an easy fix, just copy/paste this cpp into src/esp32/ folder, recompile and done.
Due to the initialiation of timer at each "begin", it's impossible to use more than one dimmer at the time with an ESP32.
I fixed the code by simply checking a static bool when begin in called.
It should be an easy fix, just copy/paste this cpp into
src/esp32/
folder, recompile and done.RBDmcuESP32.cpp.zip
All the best, thanks for the plugin, it's great!
The text was updated successfully, but these errors were encountered: