Browse Source

Add monitor_flags

Scott Lahteine 4 years ago
parent
commit
37b56d6347
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      platformio.ini

+ 10
- 0
platformio.ini View File

88
 build_flags   = ${common.build_flags}
88
 build_flags   = ${common.build_flags}
89
 lib_deps      = ${common.lib_deps}
89
 lib_deps      = ${common.lib_deps}
90
 monitor_speed = 250000
90
 monitor_speed = 250000
91
+monitor_flags =
92
+  --quiet
93
+  --echo
94
+  --eol
95
+    LF
96
+  --filter
97
+    colorize
98
+  --filter
99
+    time
100
+
91
 
101
 
92
 #################################
102
 #################################
93
 #                               #
103
 #                               #

Loading…
Cancel
Save