mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-24 13:21:23 +01:00
Reinstate platformio
This commit is contained in:
parent
108c5050ad
commit
ff46e283ac
@ -10,7 +10,11 @@
|
|||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
default_envs =
|
default_envs =
|
||||||
samd21
|
mega2560
|
||||||
|
uno
|
||||||
|
mega328
|
||||||
|
unowifiR2
|
||||||
|
nano
|
||||||
src_dir = .
|
src_dir = .
|
||||||
include_dir = .
|
include_dir = .
|
||||||
|
|
||||||
@ -128,6 +132,7 @@ platform = atmelavr
|
|||||||
board = nanoatmega328new
|
board = nanoatmega328new
|
||||||
board_upload.maximum_size = 32256
|
board_upload.maximum_size = 32256
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = ${env.lib_deps}
|
lib_deps =
|
||||||
|
${env.lib_deps}
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_flags = --echo
|
monitor_flags = --echo
|
||||||
|
Loading…
Reference in New Issue
Block a user