mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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:
parent
678474614f
commit
9e8c16d15e
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user