Merge pull request #51 from Jason2866/patch-1

Flash offset is 0x0 for S3
This commit is contained in:
Adwait 2022-11-07 13:17:21 +05:30 committed by GitHub
commit 9f98e965c2
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 UART_DATE_REG_ADDR = 0x60000080;
static FLASH_WRITE_SIZE = 0x400; static FLASH_WRITE_SIZE = 0x400;
static BOOTLOADER_FLASH_OFFSET = 0x1000; static BOOTLOADER_FLASH_OFFSET = 0x0;
static FLASH_SIZES = { static FLASH_SIZES = {
"1MB": 0x00, "1MB": 0x00,