-
Notifications
You must be signed in to change notification settings - Fork 6
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
Overlay not showing when changing GPIO #4
Comments
It should be fine, there was a fix done a month ago to address this. I will do some more testing tonight and get to you though. |
So I've managed to create one scenario where this might happen and I'll get a bug fix done. Is the issue still occurring for you? |
Yes, still happening on my end. A bug fix would be great! Thanks so much! |
This has finally been fixed in the new version as it's had a rewrite to optimise and add a few features in: Once a few people have real world tested it I will be compiling and adding the binary to this repository. Currently the update is only on my source repository |
I'm having an issue with the overlay not showing when setting the GPIO to a pin that doesn't equal to one of the other buttons.
Examples:
If I set the
HOTKEY
to be the same as theSELECT
button (5), everything works fine.If I set the
HOTKEY
to a dedicated pin, in my case (13), I get a key error and the overlay doesn't show up.In this specific case, I can still change the volume and activate/deactivate bluetooth and wifi, so I know that the pin is right.
Here's the error:
and here's my
keys.cfg
I spoke with someone else with my same build that said is working fine for him.
Could it be a bug that got recently introduced?
The text was updated successfully, but these errors were encountered: