srwi / FastLEDHub

Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.
GNU Lesser General Public License v2.1
56 stars 3 forks source link

enableToggleButton(uint_8 pin) does not work. #11

Closed gootzte closed 1 year ago

gootzte commented 1 year ago

Bug is with not setting the proper pin (m_toggleButtonPin) inside the class function.

srwi commented 1 year ago

Good catch. Thank you for reporting the bug!