Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions esptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1955,6 +1955,8 @@ class ESP32S3ROM(ESP32ROM):
IMAGE_CHIP_ID = 9

CHIP_DETECT_MAGIC_VALUE = [0x9]

BOOTLOADER_FLASH_OFFSET = 0x0

FPGA_SLOW_BOOT = False

Expand Down