mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
arduino-based hid
This commit is contained in:
17
hid/Makefile
Normal file
17
hid/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
all:
|
||||
@ cat Makefile
|
||||
|
||||
build:
|
||||
platformio run
|
||||
|
||||
update:
|
||||
platformio platform update
|
||||
|
||||
upload:
|
||||
platformio run --target upload
|
||||
|
||||
serial:
|
||||
platformio serialports monitor
|
||||
|
||||
clean:
|
||||
rm -rf .pioenvs .piolibdeps
|
||||
Reference in New Issue
Block a user