Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dconsole_parser.py11 … CMD_TOGGLE_LOGGING, CMD_TOGGLE_TIMESTAMPS, CTRL_A, CTRL_C, CTRL_F, CTRL_H, CTRL_I, CTRL_L, CTRL_P,
74 elif c == CTRL_F: # Recompile & upload
119 makecmd=key_description(CTRL_F),
135 key_description(CTRL_F),
143 elif c == CTRL_F: # Recompile & upload
Dconstants.py11 CTRL_F = '\x06' variable