Open bdraco opened 1 year ago
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
c244405
) 67.99% compared to head (85f2e58
) 68.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This fixes the missed button presses but now I get duplicates
So if I do
4, 5, 3
4 is broadcast as adv and fired 5 isn't and generates a disconnected event
It connects and reads 4,5,3 so 4 gets fired again
maybe fixes #319