AP_HAL_ESP32: S3 also needs change to storage sector size to 128K

just completing this PR for the S3..
fa70a56a65
This commit is contained in:
David Buzz 2024-01-07 16:45:48 +10:00 committed by Andrew Tridgell
parent 678474614f
commit 9e8c16d15e

View File

@ -2,4 +2,4 @@
nvs, data, nvs, , 0x6000 nvs, data, nvs, , 0x6000
phy_init, data, phy, , 0x1000 phy_init, data, phy, , 0x1000
factory, app, factory, , 3M factory, app, factory, , 3M
storage, 0x45, 0x0, , 128K storage, 0x45, 0x0, , 256K

1 # Name Type SubType Offset Size
2 nvs data nvs 0x6000
3 phy_init data phy 0x1000
4 factory app factory 3M
5 storage 0x45 0x0 128K 256K