Flash offset is 0x0 for S3

This commit is contained in:
Jason2866 2022-11-03 22:12:11 +01:00 committed by GitHub
parent a3e77fb2ec
commit 813e33a237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,