mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-23 21:01:25 +01:00
change platformio lib dependencies
This commit is contained in:
parent
ae2869ba8d
commit
b73d3a84a8
@ -15,9 +15,6 @@ default_envs =
|
||||
src_dir = .
|
||||
|
||||
[env]
|
||||
lib_deps =
|
||||
https://github.com/DCC-EX/DCC-EX-Lib.git#master
|
||||
https://github.com/davidcutting42/ArduinoTimers.git#master
|
||||
|
||||
[env:samd21]
|
||||
platform = atmelsam
|
||||
@ -48,9 +45,14 @@ lib_deps =
|
||||
platform = atmelmegaavr
|
||||
board = uno_wifi_rev2
|
||||
framework = arduino
|
||||
lib_deps = ${env.lib_deps}
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
DIO2
|
||||
|
||||
[env:uno]
|
||||
platform = atmelavr
|
||||
board = uno
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
DIO2
|
||||
|
Loading…
Reference in New Issue
Block a user