From 8a0a167adbf3d9b6f8b6f16aaf20ca39ad5549de Mon Sep 17 00:00:00 2001 From: jacqueline Date: Sun, 12 Nov 2023 19:14:09 +1100 Subject: Convert the main menu screen to lua lol --- partitions.csv | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'partitions.csv') diff --git a/partitions.csv b/partitions.csv index dec2348c..bb0ee129 100644 --- a/partitions.csv +++ b/partitions.csv @@ -1,9 +1,10 @@ # ESP-IDF Partition Table -# Name, Type, SubType, Offset, Size, Flags -nvs, data, nvs, 0x9000, 0x4000, -otadata, data, ota, 0xd000, 0x2000, -phy_init, data, phy, 0xf000, 0x1000, -ota_0, app, ota_0, 0x10000, 4M, -ota_1, app, ota_1, 0x410000, 4M, -collate, 0x40, 0x00, 0x810000, 3M, +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x4000, +otadata, data, ota, 0xd000, 0x2000, +phy_init, data, phy, 0xf000, 0x1000, +ota_0, app, ota_0, 0x10000, 4M, +ota_1, app, ota_1, 0x410000, 4M, +collate, 0x40, 0x00, 0x810000, 3M, +lua, data, spiffs, 0xb10000, 4M, -- cgit v1.2.3