How to stop the effects auto cycling #88
Answered
by
xcalibur839
knotbeerdan
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
xcalibur839
Nov 17, 2021
Replies: 1 comment 1 reply
-
If you check the HTML and JS on that page, you can see that there is currently no event handler triggered when the checked state of the checkboxes changes. I submitted PR #89 last night to address this, please check it out and report back how it goes! Do note:
Fixing these issues will require additional changes to effectmanager.h (and possibly spiffswebserver.h, elsewhere). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
knotbeerdan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you check the HTML and JS on that page, you can see that there is currently no event handler triggered when the checked state of the checkboxes changes.
I submitted PR #89 last night to address this, please check it out and report back how it goes! Do note: