Use ekv for storage
This commit is contained in:
parent
b828cc4bde
commit
299504d1b5
5 changed files with 145 additions and 35 deletions
|
|
@ -3,6 +3,6 @@
|
|||
nvs, data, nvs, 0x9000, 0x6000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
|
||||
# TODO Keep in sync with main.rs APP_DATA_OFFSET
|
||||
# TODO Keep in sync with lib.rs APP_DATA_START/SIZE
|
||||
app_store,0x40, 0x01, 0x10000, 0x10000,
|
||||
factory, app, factory, 0x20000, 1M,
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue