mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
moved hid to kvmd
This commit is contained in:
18
kvmd/hid/Makefile
Normal file
18
kvmd/hid/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
all:
|
||||
@ cat Makefile
|
||||
|
||||
build:
|
||||
platformio run
|
||||
|
||||
update:
|
||||
platformio platform update
|
||||
|
||||
install: upload
|
||||
upload:
|
||||
platformio run --target upload
|
||||
|
||||
serial:
|
||||
platformio serialports monitor
|
||||
|
||||
clean:
|
||||
rm -rf .pioenvs .piolibdeps
|
||||
Reference in New Issue
Block a user