From b0d0420bdeea37a8d34c38ee744854e89e066284 Mon Sep 17 00:00:00 2001 From: Benjamin T Date: Mon, 4 Dec 2023 14:26:13 +0100 Subject: [PATCH 1/3] Fix debug output --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ce5a71b..6836774c 100644 --- a/README.md +++ b/README.md @@ -356,11 +356,11 @@ Here's a few things you could try: ``` - When you interact with your Bluetooth devices with `-d` set, you should see debug output in the logs such as: - + +
[show debug output] +

```console user@pi0w:~ $ sudo service bluetooth_2_usb stop && sudo bluetooth_2_usb -i /dev/input/event3,a1:b2:c3:d4:e5:f6,Logi -d ; sudo service bluetooth_2_usb start -

[show debug output] -

23-12-04 14:05:57 [DEBUG] CLI args: Namespace(device_ids=['/dev/input/event3', 'a1:b2:c3:d4:e5:f6', 'Logi'], auto_discover=False, debug=True, log_to_file=False, log_path='/var/log/bluetooth_2_usb/bluetooth_2_usb.log', version=False, list_devices=False) 23-12-04 14:05:57 [DEBUG] Logging to stdout 23-12-04 14:05:57 [INFO] Launching Bluetooth 2 USB v0.6.2 @@ -410,9 +410,9 @@ Here's a few things you could try: ^C23-12-04 14:07:57 [INFO] Exiting gracefully. Received signal: 2, frame: 23-12-04 14:07:57 [CRITICAL] AceRK Keyboard cancelled 23-12-04 14:07:57 [CRITICAL] AceRK Mouse cancelled + ```

- ``` - Still not resolved? Double-check the [installation instructions](#4-installation) From 351e0d8ae04d11f8c0d1151c553ede503fc11931 Mon Sep 17 00:00:00 2001 From: Benjamin T Date: Mon, 4 Dec 2023 14:29:16 +0100 Subject: [PATCH 2/3] Fix debug output --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6836774c..44bc5047 100644 --- a/README.md +++ b/README.md @@ -357,8 +357,9 @@ Here's a few things you could try: - When you interact with your Bluetooth devices with `-d` set, you should see debug output in the logs such as: -
[show debug output] -

+

[show debug output] +

+ ```console user@pi0w:~ $ sudo service bluetooth_2_usb stop && sudo bluetooth_2_usb -i /dev/input/event3,a1:b2:c3:d4:e5:f6,Logi -d ; sudo service bluetooth_2_usb start 23-12-04 14:05:57 [DEBUG] CLI args: Namespace(device_ids=['/dev/input/event3', 'a1:b2:c3:d4:e5:f6', 'Logi'], auto_discover=False, debug=True, log_to_file=False, log_path='/var/log/bluetooth_2_usb/bluetooth_2_usb.log', version=False, list_devices=False) @@ -411,8 +412,9 @@ Here's a few things you could try: 23-12-04 14:07:57 [CRITICAL] AceRK Keyboard cancelled 23-12-04 14:07:57 [CRITICAL] AceRK Mouse cancelled ``` -

-
+ +

+
- Still not resolved? Double-check the [installation instructions](#4-installation) From bcb5be7cc00eac9c58577c8788c1e9845d965b35 Mon Sep 17 00:00:00 2001 From: quaxalber <64684396+quaxalber@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:37:05 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44bc5047..26422684 100644 --- a/README.md +++ b/README.md @@ -356,12 +356,16 @@ Here's a few things you could try: ``` - When you interact with your Bluetooth devices with `-d` set, you should see debug output in the logs such as: - +- + ```console + user@pi0w:~ $ sudo service bluetooth_2_usb stop && sudo bluetooth_2_usb -i /dev/input/event3,a1:b2:c3:d4:e5:f6,Logi -d ; sudo service bluetooth_2_usb start + # Click [show debug output] for more + ``` +
[show debug output]

```console - user@pi0w:~ $ sudo service bluetooth_2_usb stop && sudo bluetooth_2_usb -i /dev/input/event3,a1:b2:c3:d4:e5:f6,Logi -d ; sudo service bluetooth_2_usb start 23-12-04 14:05:57 [DEBUG] CLI args: Namespace(device_ids=['/dev/input/event3', 'a1:b2:c3:d4:e5:f6', 'Logi'], auto_discover=False, debug=True, log_to_file=False, log_path='/var/log/bluetooth_2_usb/bluetooth_2_usb.log', version=False, list_devices=False) 23-12-04 14:05:57 [DEBUG] Logging to stdout 23-12-04 14:05:57 [INFO] Launching Bluetooth 2 USB v0.6.2