You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I created my first Buzzer just now with the use of a "Seeed Studio ESP32S3" and some mechanical keyboard keys.
It was pretty easy with small adjustments to the platform.ini and changing the GPIO number.
Awesome!
I don't see a configuration to be able to trigger different actions with only one letter though.
For direct GPIO Input on a Pi, there are the options for short and long press.
Describe the solution you'd like
It would be really cool to be able to configure two letters on the buzzer. One for short press, one for long press.
A small research showed, that "Button2" could be able to handle short and long press. I'm not able to make the needed additions in the code though.
Describe alternatives you've considered
Would also be possible to utilize two GPIOs and add a second key.
It would need two Buttons next to each other though.
Additional context
Again, nice work!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I created my first Buzzer just now with the use of a "Seeed Studio ESP32S3" and some mechanical keyboard keys.
It was pretty easy with small adjustments to the platform.ini and changing the GPIO number.
Awesome!
I don't see a configuration to be able to trigger different actions with only one letter though.
For direct GPIO Input on a Pi, there are the options for short and long press.
Describe the solution you'd like
It would be really cool to be able to configure two letters on the buzzer. One for short press, one for long press.
A small research showed, that "Button2" could be able to handle short and long press. I'm not able to make the needed additions in the code though.
Describe alternatives you've considered
Would also be possible to utilize two GPIOs and add a second key.
It would need two Buttons next to each other though.
Additional context
Again, nice work!
The text was updated successfully, but these errors were encountered: