Merge branch 'bugfix/add-hint-monitor-exit' into 'master'

Add hint for exiting the idf.monitor.py

Closes IDFGH-6888

See merge request espressif/esp-idf!17453
pull/8564/head
Anton Maklakov 2022-03-11 16:06:34 +08:00
commit 3820136ea2
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')