mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-17 06:29:15 +01:00
Change platformio.ini
This commit is contained in:
parent
6e3e8d738d
commit
ff296d6c02
@ -9,7 +9,9 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = samd21, mega2560, mega328
|
||||
default_envs =
|
||||
mega2560
|
||||
uno
|
||||
src_dir = .
|
||||
|
||||
[env]
|
||||
@ -42,10 +44,13 @@ 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}
|
||||
lib_deps = ${env.lib_deps}
|
||||
|
||||
[env:uno]
|
||||
platform = atmelavr
|
||||
board = uno
|
||||
framework = arduino
|
||||
|
Loading…
Reference in New Issue
Block a user