I use ESP32-C3 and IDF
when I enable this:
in menu config -> component config -> ESP BLE Mesh Support ->
"Use a specific NVS partition for BLE Mesh"
and
"Name of the NVS partition for BLE Mesh"
I changed the partitions.csv to:
Code: Select all
nvs, data, nvs, 0x9000, 0x006000
phy_init, data, phy, 0xf000, 0x001000
factory, app, factory, 0x10000, 2M
ble_mesh, data, spiffs, 0x210000, 0x004000
I think this feature should be saved the network info to NVS flash but it's not happening because after resetting the esp32 module I see my node is ready for join again in the nrf mesh app.
Does anyone know? maybe I forgot something
thank you.