This commit is contained in:
xin
2025-07-08 08:54:35 +08:00
parent bc81bd41ac
commit 6de3458dfc
376 changed files with 68605 additions and 246 deletions

5
default.csv Normal file
View File

@ -0,0 +1,5 @@
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x140000,
spiffs, data, spiffs, 0x290000,0x170000,
1 nvs data nvs 0x9000 0x5000
2 otadata data ota 0xe000 0x2000
3 app0 app ota_0 0x10000 0x140000
4 app1 app ota_1 0x150000 0x140000
5 spiffs data spiffs 0x290000 0x170000