-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Error when COLOR_CHANGE Macro is triggered #15
Comments
Welcome lilFonsi15!\nCongrats on creating your first issue.\nPlease follow the issue template to help us resolve your issue quickly. |
lilFonsi15, I ran into the same error as you. I resolved the problem by commenting out the SET_IDLE_TIMEOUT. From what I understand the TIMEOUT is for when audio alerts are being used, so if you do need the TIMEOUT you could also set the duration instead of having it pulled from M600.
Hope this helps! |
Hey folks, Sorry for the really delayed response! The macro tries to reference a variable called I have pushed an update that should correct this issue, and the idle timeout adjustments should work as expected now. Relevant commit: [Fix for missing m600_idle_time variable in smart-m600](26ab35a) |
Hi Rootiest,
Thank you for the awesome Macro and write up.
Quick question for you, when the COLOR_CHANGE macro is triggered on my setup I get the following error twice in my console.
Error on 'SET_IDLE_TIMEOUT TIMEOUT=': unable to parse
Have you seen this before?
Thank you for the help and time.
The text was updated successfully, but these errors were encountered: