add a cool lua repl

This commit is contained in:
jacqueline
2023-12-13 16:10:08 +11:00
parent 5a2f0b08e0
commit 64b106c13e
87 changed files with 8150 additions and 5 deletions
+1
View File
@@ -7,4 +7,5 @@ ota_0, app, ota_0, 0x10000, 4M,
ota_1, app, ota_1, 0x410000, 4M,
collate, 0x40, 0x00, 0x810000, 3M,
lua, data, spiffs, 0xb10000, 4M,
repl, data, spiffs, 0xf10000, 128K,
1 # ESP-IDF Partition Table
7 ota_1, app, ota_1, 0x410000, 4M,
8 collate, 0x40, 0x00, 0x810000, 3M,
9 lua, data, spiffs, 0xb10000, 4M,
10 repl, data, spiffs, 0xf10000, 128K,
11