11 changed files with 68 additions and 14 deletions
-
9README.md
-
9changelog.md
-
9custom_16mb_ota.csv
-
5custom_4mb_noota.csv
-
25platformio.ini
-
1src/LogMessages_DE.cpp
-
2src/LogMessages_EN.cpp
-
12src/System.cpp
-
1src/System.h
-
1src/logmessages.h
-
8src/main.cpp
@ -0,0 +1,9 @@ |
|||
# 256 kB (instead of 24 kB) for nvs, the rest is used by application |
|||
# Infos: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html |
|||
# Name, Type, SubType, Offset, Size, Flags |
|||
otadata, data, ota, 0x9000 , 0x2000, |
|||
phy_init, data, phy, 0xb000 , 0x1000 |
|||
app0, app, ota_0, 0x10000, 0x640000, |
|||
app1, app, ota_1, , 0x640000, |
|||
nvs, data, nvs, , 0x40000, |
|||
storage, data, spiffs, , 0x330000, |
@ -0,0 +1,5 @@ |
|||
# 256 kB (instead of 24 kB) for nvs, the rest is used by application |
|||
# Infos: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html |
|||
# Name, Type, SubType, Offset, Size, Flags |
|||
app0, app, factory, 0x10000, 0x3B0000, |
|||
nvs, data, nvs, , 0x40000, |
Write
Preview
Loading…
Cancel
Save
Reference in new issue