updated gitignore file

This commit is contained in:
Shailen Sobhee 2026-04-05 19:55:09 +02:00
parent 08bab05343
commit 51109a16c5
4 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# Name, Type, SubType, Offset, Size
nvs, data, nvs, 0x9000, 0x5000
otadata, data, ota, 0xE000, 0x2000
phy_init, data, phy, 0x10000, 0x1000
app0, app, factory, 0x20000, 0x300000
spiffs, data, spiffs, 0x320000, 0xE0000
coredump, data, coredump, 0x3F0000, 0x10000
app0, app, ota_0, 0x10000, 0x180000
app1, app, ota_1, 0x190000, 0x180000
spiffs, data, spiffs, 0x310000, 0x0E0000
coredump, data, coredump, 0x3F0000, 0x10000

1 # Name Type SubType Offset Size
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xE000 0x2000
4 phy_init app0 data app phy ota_0 0x10000 0x1000 0x180000
5 app0 app1 app factory ota_1 0x20000 0x190000 0x300000 0x180000
6 spiffs data spiffs 0x320000 0x310000 0xE0000 0x0E0000
7 coredump data coredump 0x3F0000 0x10000