1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-24 13:21:23 +01:00

Remove UNO WiFi Rev2 from default build sequence

Was fouling up the automated checks
This commit is contained in:
David Cutting 2020-08-22 14:12:53 -06:00 committed by GitHub
parent 7c9597a4c0
commit 6e3e8d738d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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