File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,14 @@ graph TD
36
36
- Go program for handling Bluetooth input and USB HID output
37
37
- Systemd service for automatic startup
38
38
39
- ## Prerequisites
39
+ ## Requirements & Compatibility
40
+
41
+ ### Hardware
42
+ - ** Tested on:** Raspberry Pi Zero W 2
43
+ - ** Should work on:** Any Single Board Computer (SBC) with USB OTG or USB host capabilities
44
+ - ** Key requirement:** Device must be able to act as a USB gadget
45
+
46
+ ### Software Prerequisites
40
47
41
48
Before building and running the project, ensure you have the following installed:
42
49
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ tasks:
37
37
- echo "Cleaning..."
38
38
- rm -f bin/{{.BINARY_NAME}}
39
39
- echo "Done"
40
-
40
+ # verbose tests
41
41
test :
42
42
desc : Run tests
43
43
cmds :
44
44
- echo "Running tests..."
45
- - go test ./...
45
+ - go test ./... -v
46
46
47
47
run :
48
48
desc : Run the application locally
You can’t perform that action at this time.
0 commit comments