mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 00:24:34 +02:00
idf_monitor: fix toggle timestamps also call toggle logging issue
This commit is contained in:
@@ -180,7 +180,6 @@ class SerialHandler:
|
||||
self.logger.toggle_logging()
|
||||
elif cmd == CMD_TOGGLE_TIMESTAMPS:
|
||||
self.logger.toggle_timestamps()
|
||||
self.logger.toggle_logging()
|
||||
elif cmd == CMD_ENTER_BOOT:
|
||||
self.serial_instance.setDTR(high) # IO0=HIGH
|
||||
self.serial_instance.setRTS(low) # EN=LOW, chip in reset
|
||||
|
Reference in New Issue
Block a user