I'm migrating my code from the MESH SDK 3.1.0 to 4.0.0
I'm using the following function to initialize a persistance storage controller
The new SDK doesn't use the ACCESS_FLASH_PAGE_COUNT and the NET_FLASH_PAGE_COUNT Macros.
It doesn't support morevoer the dsm_flash_area_get() function.
How can i manage my persistent data with the new SDK?
Thanks