Add hint for exiting the idf.monitor.py

Closes https://github.com/espressif/esp-idf/issues/8508
This commit is contained in:
Martin Gaňo
2022-03-10 15:15:58 +01:00
parent c6aeb86485
commit f3b7f9c431

View File

@@ -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')