From b3a426bdc43085013fec5140eef5a563af8460ad Mon Sep 17 00:00:00 2001 From: Mit4el Date: Fri, 22 Sep 2023 13:11:59 +0300 Subject: [PATCH] add partition esp32_16 in myProfile --- myProfile.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/myProfile.json b/myProfile.json index ca08ab71..4d42e658 100644 --- a/myProfile.json +++ b/myProfile.json @@ -45,6 +45,14 @@ "partitions": "0x8000", "littlefs": "0x290000" }, + { + "name": "esp32_16mb", + "boot_app0": "0xe000", + "bootloader_qio_80m": "0x1000", + "firmware": "0x10000", + "partitions": "0x8000", + "littlefs": "0x910000" + }, { "name": "esp8266_1mb", "firmware": "0x00000000",