mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 11:02:14 +02:00
fixed esp32-c6 platform detection issue
This commit is contained in:
parent
f67da0917a
commit
bb61a1703d
4 changed files with 27 additions and 42 deletions
6
esp32_huge_app.csv
Normal file
6
esp32_huge_app.csv
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Name, Type, SubType, Offset, Size
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xE000, 0x2000,
|
||||
app0, app, factory, 0x10000, 0x300000,
|
||||
spiffs, data, spiffs, 0x310000, 0xD0000,
|
||||
coredump, data, coredump, 0x3E0000, 0x10000,
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue