Skip to content

Commit

Permalink
Flash offset is 0x0 for S3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Nov 3, 2022
1 parent a3e77fb commit 813e33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/esp32s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class ESP32S3ROM {
static UART_DATE_REG_ADDR = 0x60000080;

static FLASH_WRITE_SIZE = 0x400;
static BOOTLOADER_FLASH_OFFSET = 0x1000;
static BOOTLOADER_FLASH_OFFSET = 0x0;

static FLASH_SIZES = {
"1MB": 0x00,
Expand Down

0 comments on commit 813e33a

Please sign in to comment.