Browse Source

Add monitor_flags

Scott Lahteine 3 years ago
parent
commit
cc50c4956d
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      platformio.ini

+ 9
- 0
platformio.ini View File

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

Loading…
Cancel
Save