Convert the main menu screen to lua lol
This commit is contained in:
+8
-7
@@ -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,
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user