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 17c34f5 commit a96991fCopy full SHA for a96991f
esp_idf_monitor/base/output_helpers.py
@@ -17,7 +17,7 @@
17
ANSI_YELLOW_B = ANSI_YELLOW.encode()
18
ANSI_NORMAL_B = ANSI_NORMAL.encode()
19
20
-AUTO_COLOR_REGEX = re.compile(rb'^(I|W|E) \(\d+\)')
+AUTO_COLOR_REGEX = re.compile(rb'^(I|W|E) \([\d:\. -]+\)')
21
22
COMMON_PREFIX = '---'
23
0 commit comments