mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
8 lines
247 B
CSV
8 lines
247 B
CSV
# nvs below is needed for some wifi init
|
|
otadata, data, ota, 0xD000, 0x2000,
|
|
phy_init, data, phy, 0xF000, 0x1000,
|
|
recovery, app, factory, 0x10000, 0x130000,
|
|
ota_0, app, ota_0, , 0x270000,
|
|
spiffs, data, spiffs, , 0x4B000,
|
|
nvs,data,nvs,,0x2000
|