define monitor baud

This commit is contained in:
Glyn Hudson 2018-10-26 12:16:36 +01:00
parent 2fd7c3102f
commit 37826d0a36
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@ lib_deps_external =
DallasTemperature @3.7.7
JeeLib @c057b5f4c0
Si7021 @c5ce0922ef
monitor_speed = 115200
build_flags = -D BUILD_TAG=3.2.0
@ -34,6 +35,7 @@ platform = atmelavr
framework = arduino
board = uno
lib_deps = ${common.lib_deps_external}
monitor_speed = ${common.monitor_speed}
[env:isp]
# upload using isp
@ -44,6 +46,7 @@ board = uno
lib_deps = ${common.lib_deps_external}
upload_protocol = stk500v2
upload_flags = -Pusb
monitor_speed = ${common.monitor_speed}
[env:emonth2_deploy]
platform = atmelavr