You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just building the application with platform.io and found that this application is not working with any other partition table having different offset other then 0x8000
The application should be independent of this hard coded 0x8000 address, because if we want to change the address of our partition table then the application unable to locate the partition table and failed to load the nvs
The app eveytime check the nvs at partition offset 0x8000 why?