diff --git a/platformio.ini b/platformio.ini index e26a5e8..f53a690 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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