Skip to content

Commit

Permalink
Merge pull request esprfid#227 from donatmarko/dev-baud
Browse files Browse the repository at this point in the history
PIO monitor_speed didn't match with the used one
  • Loading branch information
omersiar committed Jan 19, 2019
2 parents 7d46bf3 + f39cfd2 commit 041d5cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extra_scripts = scripts/GENdeploy.py
build_flags = -Wl,-Teagle.flash.4m2m.ld
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
upload_speed = 921600
monitor_speed = 115200
monitor_speed = 9600

; official ESP-RFID board (V2)
[env:relayboard]
Expand All @@ -41,7 +41,7 @@ build_flags = -Wl,-Teagle.flash.4m2m.ld
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
extra_scripts = scripts/OBdeploy.py
upload_speed = 921600
monitor_speed = 115200
monitor_speed = 9600

; generic firmware for debugging purposes
[env:debug]
Expand All @@ -55,4 +55,4 @@ build_flags = -Wl,-Teagle.flash.4m2m.ld
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
extra_scripts = scripts/DBGdeploy.py
upload_speed = 921600
monitor_speed = 115200
monitor_speed = 9600

0 comments on commit 041d5cb

Please sign in to comment.