Add hint for exiting the idf.monitor.py

Closes https://github.com/espressif/esp-idf/issues/8508
pull/8564/head
Martin Gaňo 2022-03-10 15:15:58 +01:00
rodzic c6aeb86485
commit f3b7f9c431
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -160,7 +160,7 @@ class Monitor:
try:
self._main_loop()
except KeyboardInterrupt:
yellow_print('To exit from IDF monitor please use \"Ctrl+]\"')
yellow_print('To exit from IDF monitor please use \"Ctrl+]\". Alternatively, you can use Ctrl-T Ctrl-X to exit.')
self.serial_write(codecs.encode(CTRL_C))
except SerialStopException:
normal_print('Stopping condition has been received\n')