We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6a450 commit a7b3dedCopy full SHA for a7b3ded
platformio/device/monitor/filters/base.py
@@ -56,6 +56,9 @@ def get_running_terminal(self):
56
57
58
def register_filters(platform=None, options=None):
59
+ # issue #4556: remove default colorize filter
60
+ miniterm.TRANSFORMATIONS.pop("colorize", None)
61
+
62
# project filters
63
load_monitor_filters(
64
ProjectConfig.get_instance().get("platformio", "monitor_dir"),
0 commit comments