mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-24 13:21:23 +01:00
platformio conf
This commit is contained in:
parent
9917035534
commit
60413b00e3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user