1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 01:43:46 +02: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 =
${env.lib_deps}
DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
[env:unowifiR2]
platform = atmelmegaavr
@@ -51,6 +54,9 @@ framework = arduino
lib_deps =
${env.lib_deps}
DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
[env:uno]
platform = atmelavr
@@ -59,4 +65,6 @@ framework = arduino
lib_deps =
${env.lib_deps}
DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574