1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Merge branch 'feature/config' into mergetest

Conflicts:
	platformio.ini
This commit is contained in:
Harald Barth
2020-09-26 23:28:02 +02:00
24 changed files with 1620 additions and 721 deletions

View File

@@ -34,6 +34,7 @@ lib_deps =
DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
[env:mega328]
platform = atmelavr
@@ -58,3 +59,4 @@ framework = arduino
lib_deps =
${env.lib_deps}
DIO2
mathertel/LiquidCrystal_PCF8574