Multiple Events on Default Buttons #1428
-
I'm attempting to run multiple event buttons when the Default buttons are run or pressed. Or is there a better way to do this like Alarms? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
artisan-settings.txt |
Beta Was this translation helpful? Give feedback.
-
Sounds like the Artisan side is doing what is expected. Do each of the buttons 7, 35, 24 work to control the roaster when you press them manually in that order? If yes, then it is possible the Arduino cannot process them as fast as they are being sent. That could be solved by inserting |
Beta Was this translation helpful? Give feedback.
-
I was going to try the sleep option but did not think of the issue as timing? |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Sounds like the Artisan side is doing what is expected. Do each of the buttons 7, 35, 24 work to control the roaster when you press them manually in that order? If yes, then it is possible the Arduino cannot process them as fast as they are being sent. That could be solved by inserting
sleep(<float>)
actions between the multiple event button actions.