Skip to content

Commit

Permalink
define monitor baud
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Oct 26, 2018
1 parent 2fd7c31 commit 37826d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/platformio.ini
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 37826d0

Please sign in to comment.