8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Seems like newlines are not treated.
When I run following against UltimateHackingKeyboard/firmware#1243
agent/packages/usb/send-command.ts --vid=0x37a8 --pid=9 0x1e 117 104 107 32 99 111 110 110 101 99 116 105 111 110 115 0
Shell produces:
Compiled peripheral count: 3 Configured peripheral count: 3 Known host connection ble addresses: - 1 'DongleDev': address: D2:14:BB:8D:AA:13 (random) - 2 'Dongle III': address: CC:E7:0C:EA:75:FC (public) - 3 'Dongle I': address: E0:AE:78:DA:59:E3 (random) - 4 'Dongle': address: EA:5A:B8:F6:43:75 (random) - 22 'New Bluetooth Device': address: 00:00:00:00:00:00 (public) All bonds: - EA:5A:B8:F6:43:75 (random) - E0:AE:78:DA:59:E3 (random) - FB:70:3D:95:CB:A6 (random) Current connections: - peer 1(left (n/a, fb:70:3d:95:cb:a6)), connection 29 - peer 3(host1 (Dongle I, e0:ae:78:da:59:e3)), connection 4 - n/a (n/a, ff:ff:ff:ff:ff:ff)
But in Agent, I see it squashed to a single line:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems like newlines are not treated.
When I run following against UltimateHackingKeyboard/firmware#1243
Shell produces:
But in Agent, I see it squashed to a single line:
The text was updated successfully, but these errors were encountered: