Cycle LED color when using external button?
I’ve attached a simple momentary switch between GND and D23. This button works to trigger a touch, but keeping the button held does not cycle through colors the same way that the capacitive wire did. Is there a fix for this?
Is this a good question?
Hello ,
The external button is designed to not be triggered consistently, and works on every press of the button. This is to reduce double firing the button accidentally.
If you would like to add this custom functionality, you will need to adapt the firmware here
https://github.com/interactionresearchst...
You could update the button press functionality for the external button in the utility file
https://github.com/interactionresearchst...
by Interaction Research Studio