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

Update platformio.ini

Add Ethernet library dependency when that is enabled
This commit is contained in:
Fred 2020-09-26 14:34:59 -04:00 committed by GitHub
parent 283a988ba3
commit 2929ce167b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ framework = arduino
lib_deps = lib_deps =
${env.lib_deps} ${env.lib_deps}
DIO2 DIO2
arduino-libraries/Ethernet @ 2.0.0
[env:mega328] [env:mega328]
platform = atmelavr platform = atmelavr