1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-25 05:31:24 +01:00

platformio conf

This commit is contained in:
Harald Barth 2020-09-26 23:46:28 +02:00
parent 9917035534
commit 60413b00e3

View File

@ -43,6 +43,9 @@ framework = arduino
lib_deps = lib_deps =
${env.lib_deps} ${env.lib_deps}
DIO2 DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
[env:unowifiR2] [env:unowifiR2]
platform = atmelmegaavr platform = atmelmegaavr
@ -51,6 +54,9 @@ framework = arduino
lib_deps = lib_deps =
${env.lib_deps} ${env.lib_deps}
DIO2 DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
[env:uno] [env:uno]
platform = atmelavr platform = atmelavr
@ -59,4 +65,6 @@ framework = arduino
lib_deps = lib_deps =
${env.lib_deps} ${env.lib_deps}
DIO2 DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574 mathertel/LiquidCrystal_PCF8574