Skip to content

Commit

Permalink
fix: Monitor speed not set in .ini
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Jul 16, 2024
1 parent 8c86d56 commit 160acc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ framework = arduino
build_unflags = -std=gnu++11
build_flags = -std=gnu++17 -fconcepts

; Serial monitor speed, make sure this is matched in Serial.begin()
monitor_speed = 115200

# Common global libraries. Uncomment any of these to include them in the build.
lib_deps =
# USB support
Expand Down

0 comments on commit 160acc6

Please sign in to comment.