Home
last modified time | relevance | path

Searched refs:color_print (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Doutput_helpers.py44 def color_print(message, color, newline='\n'): # type: (str, str, Optional[str]) -> None function
54 color_print(message, ANSI_YELLOW, newline)
58 color_print(message, ANSI_RED, newline)