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 --- lib/esp-idf-lua/examples/vfs/partitions.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/esp-idf-lua/examples/vfs/partitions.csv (limited to 'lib/esp-idf-lua/examples/vfs/partitions.csv') diff --git a/lib/esp-idf-lua/examples/vfs/partitions.csv b/lib/esp-idf-lua/examples/vfs/partitions.csv new file mode 100644 index 00000000..0eebc192 --- /dev/null +++ b/lib/esp-idf-lua/examples/vfs/partitions.csv @@ -0,0 +1,6 @@ +# Name, Type, SubType, Offset, Size, Flags +# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap +nvs, data, nvs, 0x9000, 0x6000, +phy_init, data, phy, 0xf000, 0x1000, +factory, app, factory, 0x10000, 1M, +storage, data, spiffs, , 0xF0000, -- cgit v1.2.3