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:
parent
7c9597a4c0
commit
6e3e8d738d
@ -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,9 +42,10 @@ lib_deps =
|
||||
${env.lib_deps}
|
||||
DIO2
|
||||
|
||||
; unowifirev2 needs major work before it is ready for production
|
||||
[env:unowifiR2]
|
||||
platform = atmelmegaavr
|
||||
board = uno_wifi_rev2
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${env.lib_deps}
|
||||
|
Loading…
Reference in New Issue
Block a user