esp-idf/components
lly 8b2291a718 ble_mesh: Continue node info restore even if failure happens
During BLE Mesh Provisioner initialization, the stack will restore
the nodes information if settings storage is enabled.
Previously when a failure happens (e.g. found the same uuid) during
the restore procedure, the information of the following nodes will
not be restored and error will be directly returned.
But this will introduce some problem with user experience, because
some newly provisioned nodes information will not be restored and
Provisioner will not be able to control those nodes.
So we change the operation here, when a failure happens during the
restore procedure, Provisioner will only ignore the information of
the current node and continue restoring other nodes information.
2020-04-30 11:50:15 +00:00
..
2019-10-09 16:46:46 +08:00
2019-12-10 10:23:00 +08:00
2020-04-15 19:43:07 +08:00
2020-04-29 17:27:00 +08:00
2019-12-10 14:30:25 +08:00
2019-11-29 18:05:24 +08:00
2020-04-23 15:58:29 +08:00
2019-12-09 09:44:56 +08:00
2020-03-22 20:00:21 +08:00