mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
plaformio.ini with monitor flags
This commit is contained in:
parent
6911d9ed01
commit
e02f29d132
|
@ -24,6 +24,8 @@ upload_protocol = atmel-ice
|
|||
lib_deps =
|
||||
${env.lib_deps}
|
||||
SparkFun External EEPROM Arduino Library
|
||||
monitor_speed = 115200
|
||||
monitor_flags = --echo
|
||||
|
||||
[env:mega2560]
|
||||
platform = atmelavr
|
||||
|
@ -35,6 +37,8 @@ lib_deps =
|
|||
arduino-libraries/Ethernet
|
||||
SPI
|
||||
mathertel/LiquidCrystal_PCF8574
|
||||
monitor_speed = 115200
|
||||
monitor_flags = --echo
|
||||
|
||||
[env:mega328]
|
||||
platform = atmelavr
|
||||
|
@ -46,6 +50,8 @@ lib_deps =
|
|||
arduino-libraries/Ethernet
|
||||
SPI
|
||||
mathertel/LiquidCrystal_PCF8574
|
||||
monitor_speed = 115200
|
||||
monitor_flags = --echo
|
||||
|
||||
[env:unowifiR2]
|
||||
platform = atmelmegaavr
|
||||
|
@ -57,6 +63,8 @@ lib_deps =
|
|||
arduino-libraries/Ethernet
|
||||
SPI
|
||||
mathertel/LiquidCrystal_PCF8574
|
||||
monitor_speed = 115200
|
||||
monitor_flags = --echo
|
||||
|
||||
[env:uno]
|
||||
platform = atmelavr
|
||||
|
@ -68,3 +76,5 @@ lib_deps =
|
|||
arduino-libraries/Ethernet
|
||||
SPI
|
||||
mathertel/LiquidCrystal_PCF8574
|
||||
monitor_speed = 115200
|
||||
monitor_flags = --echo
|
||||
|
|
Loading…
Reference in New Issue
Block a user