From b73aaecd22f1e2d70e03e3b33adb0c58833b2488 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Mon, 21 Jun 2021 13:22:14 +0200 Subject: [PATCH] Fix 4MB 1MB FS partition table --- CHANGELOG.md | 4 ++++ tools/WLED_ESP32_4MB_1MB_FS.csv | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2321c9a0b..2c2bb00c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ### Builds after release 0.12.0 +#### Build 2106200 + +- Added 2 Ethernet boards and split Ethernet configs into separate file + #### Build 2106180 - Fixed DOS on Chrome tab restore causing reboot diff --git a/tools/WLED_ESP32_4MB_1MB_FS.csv b/tools/WLED_ESP32_4MB_1MB_FS.csv index 09455c6a9..5dec3c067 100644 --- a/tools/WLED_ESP32_4MB_1MB_FS.csv +++ b/tools/WLED_ESP32_4MB_1MB_FS.csv @@ -1,6 +1,6 @@ # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, -app0, app, ota_0, 0x10000, 0x17B000, -app1, app, ota_1, 0x18B000,0x17B000, -spiffs, data, spiffs, 0x306000,0x0FA000, \ No newline at end of file +app0, app, ota_0, 0x10000, 0x180000, +app1, app, ota_1, 0x190000,0x180000, +spiffs, data, spiffs, 0x310000,0xF0000, \ No newline at end of file