We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162238c commit 39cdec2Copy full SHA for 39cdec2
esptool/targets/esp32s3.py
@@ -352,12 +352,6 @@ def hard_reset(self):
352
if uses_usb_otg:
353
self._check_if_can_reset()
354
355
- # Clear force download boot mode to avoid the chip being stuck in download mode after reset
356
- # workaround for issue: https://github.com/espressif/arduino-esp32/issues/6762
357
- self.write_reg(
358
- self.RTC_CNTL_OPTION1_REG, 0, self.RTC_CNTL_FORCE_DOWNLOAD_BOOT_MASK
359
- )
360
-
361
print("Hard resetting via RTS pin...")
362
HardReset(self._port, uses_usb_otg)()
363
0 commit comments