mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
arduino hid: fixed mouse movement on windows
This commit is contained in:
@@ -20,6 +20,7 @@ framework = arduino
|
||||
upload_port = /dev/ttyACM0
|
||||
lib_deps = ${common.lib_deps}
|
||||
build_flags = -DCMD_SERIAL=Serial1
|
||||
extra_scripts = post:patch.py
|
||||
|
||||
[env:serial_test]
|
||||
platform = atmelavr
|
||||
@@ -28,3 +29,4 @@ framework = arduino
|
||||
upload_port = /dev/ttyACM0
|
||||
lib_deps = ${common.lib_deps}
|
||||
build_flags = -DCMD_SERIAL=Serial
|
||||
extra_scripts = post:patch.py
|
||||
|
||||
Reference in New Issue
Block a user