Searched refs:CTRL_A (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, 76 elif c in [CTRL_A, 'a', 'A']: # Recompile & upload app only 120 appmake=key_description(CTRL_A) + ' (or A)', 136 key_description(CTRL_A)) 145 elif c in [CTRL_A, 'a', 'A']: # Recompile & upload app only
|
D | constants.py | 8 CTRL_A = '\x01' variable
|