define monitor baud
This commit is contained in:
parent
2fd7c3102f
commit
37826d0a36
|
|
@ -26,6 +26,7 @@ lib_deps_external =
|
||||||
DallasTemperature @3.7.7
|
DallasTemperature @3.7.7
|
||||||
JeeLib @c057b5f4c0
|
JeeLib @c057b5f4c0
|
||||||
Si7021 @c5ce0922ef
|
Si7021 @c5ce0922ef
|
||||||
|
monitor_speed = 115200
|
||||||
|
|
||||||
build_flags = -D BUILD_TAG=3.2.0
|
build_flags = -D BUILD_TAG=3.2.0
|
||||||
|
|
||||||
|
|
@ -34,6 +35,7 @@ platform = atmelavr
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = uno
|
board = uno
|
||||||
lib_deps = ${common.lib_deps_external}
|
lib_deps = ${common.lib_deps_external}
|
||||||
|
monitor_speed = ${common.monitor_speed}
|
||||||
|
|
||||||
[env:isp]
|
[env:isp]
|
||||||
# upload using isp
|
# upload using isp
|
||||||
|
|
@ -44,6 +46,7 @@ board = uno
|
||||||
lib_deps = ${common.lib_deps_external}
|
lib_deps = ${common.lib_deps_external}
|
||||||
upload_protocol = stk500v2
|
upload_protocol = stk500v2
|
||||||
upload_flags = -Pusb
|
upload_flags = -Pusb
|
||||||
|
monitor_speed = ${common.monitor_speed}
|
||||||
|
|
||||||
[env:emonth2_deploy]
|
[env:emonth2_deploy]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue