Parent: 815f779aa8e477e399b78f03c0ea0e75f0270c4a
Author: Inga Stotland <inga.stotland@gmail.com>
Committer: Brian Gix <brian.gix@gmail.com>
Date: 2023-03-12 20:57:54
Tree: eefb65650531252dfeed16836f756c597e2ce0d2
mesh: Fix node when loading from storage This fixes adding mandatory models (config server, remote provisioner) to a node whose configuration is being loaded from storage: mesh_model_add() was called with a wrong argument. Was: mesh_model_add(..., PRIMARY_ELE_IDX, ...); Correct: mesh_model_add(..., ele->models, ...);
Diffstat
| M | mesh/node.c | | | 12 | +++++++++- - - |
1 files changed, 9 insertions(+), 3 deletions(-)