Searched refs:CTRL_F (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | console_parser.py | 11 … 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
|
D | constants.py | 11 CTRL_F = '\x06' variable
|