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

Change platformio.ini

This commit is contained in:
FrightRisk 2020-08-26 18:19:42 -04:00
parent 6e3e8d738d
commit ff296d6c02

View File

@ -9,7 +9,9 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[platformio] [platformio]
default_envs = samd21, mega2560, mega328 default_envs =
mega2560
uno
src_dir = . src_dir = .
[env] [env]
@ -42,10 +44,13 @@ lib_deps =
${env.lib_deps} ${env.lib_deps}
DIO2 DIO2
; unowifirev2 needs major work before it is ready for production
[env:unowifiR2] [env:unowifiR2]
platform = atmelmegaavr platform = atmelmegaavr
board = uno_wifi_rev2 board = uno_wifi_rev2
framework = arduino framework = arduino
lib_deps = lib_deps = ${env.lib_deps}
${env.lib_deps}
[env:uno]
platform = atmelavr
board = uno
framework = arduino