From db290201eabfc42161281cbd4e360eda81acd391 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 30 Jul 2020 02:07:29 -0500
Subject: [PATCH] Add monitor_flags

---
 platformio.ini | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/platformio.ini b/platformio.ini
index 0b1155abad..790d6f9d0f 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -89,6 +89,15 @@ extra_scripts = ${common.extra_scripts}
 build_flags   = ${common.build_flags}
 lib_deps      = ${common.lib_deps}
 monitor_speed = 250000
+monitor_flags =
+  --quiet
+  --echo
+  --eol
+    LF
+  --filter
+    colorize
+  --filter
+    time
 
 #################################
 #                               #