Skip to content

Commit 6a43b05

Browse files
authored
Update docs to 0.7.0 (#88)
1 parent 4084842 commit 6a43b05

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,20 +142,20 @@ Follow these steps to install and configure the project:
142142
user@pi0w:~ $ service bluetooth_2_usb status
143143
● bluetooth_2_usb.service - Bluetooth to USB HID relay
144144
Loaded: loaded (/etc/systemd/system/bluetooth_2_usb.service; enabled; preset: enabled)
145-
Active: active (running) since Sat 2023-12-02 23:16:37 CET; 15s ago
146-
Main PID: 1319 (bash)
147-
Tasks: 2 (limit: 389)
148-
CPU: 2.526s
145+
Active: active (running) since Wed 2023-12-13 10:33:00 CET; 44min ago
146+
Main PID: 5865 (bash)
147+
Tasks: 4 (limit: 389)
148+
CPU: 2min 49.448s
149149
CGroup: /system.slice/bluetooth_2_usb.service
150-
├─1319 bash /usr/bin/bluetooth_2_usb --auto_discover
151-
└─1326 python3.11 /home/user/bluetooth_2_usb/bluetooth_2_usb.py --auto_discover
152-
153-
Dec 02 23:16:37 pi0w systemd[1]: Started bluetooth_2_usb.service - Bluetooth to USB HID relay.
154-
Dec 02 23:16:39 pi0w bluetooth_2_usb[1326]: 23-12-02 23:16:39 [INFO] Launching Bluetooth 2 USB v0.7.0
155-
Dec 02 23:16:39 pi0w bluetooth_2_usb[1326]: 23-12-02 23:16:39 [INFO] Discovering input devices...
156-
Dec 02 23:16:42 pi0w bluetooth_2_usb[1326]: 23-12-02 23:16:42 [INFO] Activated relay for device /dev/input/event2, name "AceRK Mouse", phys "a1:b2:c3:d4:e5:f6"
157-
Dec 02 23:16:45 pi0w bluetooth_2_usb[1326]: 23-12-02 23:16:45 [INFO] Activated relay for device /dev/input/event1, name "AceRK Keyboard", phys "a1:b2:c3:d4:e5:f6"
158-
Dec 02 23:16:48 pi0w bluetooth_2_usb[1326]: 23-12-02 23:16:48 [INFO] Activated relay for device /dev/input/event0, name "vc4-hdmi", phys "vc4-hdmi/input0"
150+
├─5865 bash /usr/bin/bluetooth_2_usb --auto_discover --grab_devices
151+
└─5869 python3.11 /home/user/bluetooth_2_usb/bluetooth_2_usb.py --auto_discover --grab_devices
152+
153+
Dec 13 10:33:00 pi0w systemd[1]: Started bluetooth_2_usb.service - Bluetooth to USB HID relay.
154+
Dec 13 10:33:06 pi0w bluetooth_2_usb[5869]: 23-12-13 10:33:06 [INFO] Launching Bluetooth 2 USB v0.7.0
155+
Dec 13 10:33:06 pi0w bluetooth_2_usb[5869]: 23-12-13 10:33:06 [INFO] Discovering input devices...
156+
Dec 13 10:33:09 pi0w bluetooth_2_usb[5869]: 23-12-13 10:33:09 [INFO] Activated relay for device /dev/input/event2, name "AceRK Mouse", phys "b8:27:eb:be:dc:81"
157+
Dec 13 10:33:09 pi0w bluetooth_2_usb[5869]: 23-12-13 10:33:09 [INFO] Activated relay for device /dev/input/event1, name "AceRK Keyboard", phys "b8:27:eb:be:dc:81"
158+
Dec 13 10:33:09 pi0w bluetooth_2_usb[5869]: 23-12-13 10:33:09 [INFO] Activated relay for device /dev/input/event0, name "vc4-hdmi", phys "vc4-hdmi/input0"
159159
```
160160

161161
> [!NOTE]

0 commit comments

Comments
 (0)