define monitor baud
This commit is contained in:
parent
2fd7c3102f
commit
37826d0a36
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue