mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
hid: prod and test envs
This commit is contained in:
@@ -8,13 +8,23 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; http://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:micro]
|
||||
[common]
|
||||
lib_deps =
|
||||
HID-Project@2.4.4
|
||||
TimerOne@1.1
|
||||
|
||||
[env:serial_prod]
|
||||
platform = atmelavr
|
||||
board = micro
|
||||
framework = arduino
|
||||
upload_port = /dev/ttyACM0
|
||||
monitor_speed = 115200
|
||||
lib_deps = ${common.lib_deps}
|
||||
build_flags = -DCMD_SERIAL=Serial1
|
||||
|
||||
lib_deps =
|
||||
HID-Project@2.4.4
|
||||
TimerOne@1.1
|
||||
[env:serial_test]
|
||||
platform = atmelavr
|
||||
board = micro
|
||||
framework = arduino
|
||||
upload_port = /dev/ttyACM0
|
||||
lib_deps = ${common.lib_deps}
|
||||
build_flags = -DCMD_SERIAL=Serial
|
||||
|
||||
Reference in New Issue
Block a user