mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +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 =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
SparkFun External EEPROM Arduino Library
|
SparkFun External EEPROM Arduino Library
|
||||||
|
monitor_speed = 115200
|
||||||
|
monitor_flags = --echo
|
||||||
|
|
||||||
[env:mega2560]
|
[env:mega2560]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
|
@ -35,6 +37,8 @@ lib_deps =
|
||||||
arduino-libraries/Ethernet
|
arduino-libraries/Ethernet
|
||||||
SPI
|
SPI
|
||||||
mathertel/LiquidCrystal_PCF8574
|
mathertel/LiquidCrystal_PCF8574
|
||||||
|
monitor_speed = 115200
|
||||||
|
monitor_flags = --echo
|
||||||
|
|
||||||
[env:mega328]
|
[env:mega328]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
|
@ -46,6 +50,8 @@ lib_deps =
|
||||||
arduino-libraries/Ethernet
|
arduino-libraries/Ethernet
|
||||||
SPI
|
SPI
|
||||||
mathertel/LiquidCrystal_PCF8574
|
mathertel/LiquidCrystal_PCF8574
|
||||||
|
monitor_speed = 115200
|
||||||
|
monitor_flags = --echo
|
||||||
|
|
||||||
[env:unowifiR2]
|
[env:unowifiR2]
|
||||||
platform = atmelmegaavr
|
platform = atmelmegaavr
|
||||||
|
@ -57,6 +63,8 @@ lib_deps =
|
||||||
arduino-libraries/Ethernet
|
arduino-libraries/Ethernet
|
||||||
SPI
|
SPI
|
||||||
mathertel/LiquidCrystal_PCF8574
|
mathertel/LiquidCrystal_PCF8574
|
||||||
|
monitor_speed = 115200
|
||||||
|
monitor_flags = --echo
|
||||||
|
|
||||||
[env:uno]
|
[env:uno]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
|
@ -68,3 +76,5 @@ lib_deps =
|
||||||
arduino-libraries/Ethernet
|
arduino-libraries/Ethernet
|
||||||
SPI
|
SPI
|
||||||
mathertel/LiquidCrystal_PCF8574
|
mathertel/LiquidCrystal_PCF8574
|
||||||
|
monitor_speed = 115200
|
||||||
|
monitor_flags = --echo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user