-
Notifications
You must be signed in to change notification settings - Fork 80
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
feat: delete device pairings #2500
Conversation
@kareltucek Could you help me identify why the I use the UltimateHackingKeyboard/firmware@c9fa41a (current master) CI build: https://github.com/UltimateHackingKeyboard/firmware/actions/runs/12746615391
You can see my Dongle is paired ❯ ./packages/usb/send-command.ts --log=usb 0x1b 0x1b 0xad 0xbf 0x02 0x28 0xea
[UhkHidDevice] USB[W]: 04 1b 1b ad bf 02 28 ea
[UhkHidDevice] USB[R]: 04 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 After that I run the erase ble address command ❯ ./packages/usb/send-command.ts --log=usb 0x1d
[UhkHidDevice] USB[W]: 04 1d
[UhkHidDevice] USB[R]: 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 I query again the pairing status of the dongel ❯ ./packages/usb/send-command.ts --log=usb 0x1b 0x1b 0xad 0xbf 0x02 0x28 0xea
[UhkHidDevice] USB[W]: 04 1b 1b ad bf 02 28 ea
[UhkHidDevice] USB[R]: 04 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Still paired. What am I doing wrong? thx |
This is my bad. I did literaly only erase the settings, but clearly the bonds still live on RAM. Will fix it tomorrow. |
f2f8446
to
95a5fb9
Compare
@kareltucek Did you have time to check it? I retested with |
Sorry, forgotten about it :-( |
No worries. You will do it when you will have time or it will the priority |
df628ab
to
8adc07a
Compare
8adc07a
to
0c32251
Compare
closes #2493
firmware pair UltimateHackingKeyboard/firmware#1147 PR