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 = .
|
src_dir = .
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
lib_deps =
|
|
||||||
https://github.com/DCC-EX/DCC-EX-Lib.git#master
|
|
||||||
https://github.com/davidcutting42/ArduinoTimers.git#master
|
|
||||||
|
|
||||||
[env:samd21]
|
[env:samd21]
|
||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
@ -48,9 +45,14 @@ lib_deps =
|
|||||||
platform = atmelmegaavr
|
platform = atmelmegaavr
|
||||||
board = uno_wifi_rev2
|
board = uno_wifi_rev2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = ${env.lib_deps}
|
lib_deps =
|
||||||
|
${env.lib_deps}
|
||||||
|
DIO2
|
||||||
|
|
||||||
[env:uno]
|
[env:uno]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = uno
|
board = uno
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
lib_deps =
|
||||||
|
${env.lib_deps}
|
||||||
|
DIO2
|
||||||
|
Loading…
Reference in New Issue
Block a user