1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

Update platformio.ini

Remove dependency on DIO2 in PlatformIO.ini
This commit is contained in:
Fred 2021-03-08 21:31:48 -05:00 committed by GitHub
parent f3d7851467
commit c34c93c2cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ board = megaatmega2560
framework = arduino
lib_deps =
${env.lib_deps}
DIO2
arduino-libraries/Ethernet
SPI
monitor_speed = 115200
@ -45,7 +44,6 @@ board = uno
framework = arduino
lib_deps =
${env.lib_deps}
DIO2
arduino-libraries/Ethernet
SPI
monitor_speed = 115200
@ -57,7 +55,6 @@ board = uno_wifi_rev2
framework = arduino
lib_deps =
${env.lib_deps}
DIO2
arduino-libraries/Ethernet
SPI
monitor_speed = 115200
@ -70,7 +67,6 @@ board = uno
framework = arduino
lib_deps =
${env.lib_deps}
DIO2
arduino-libraries/Ethernet
SPI
monitor_speed = 115200