This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPN won't unprovision

Hello,

I'm trying to get an LPN to unprovision itself based off of an external command.

I tried to base it off of the examples so I simply call: 

(void) proxy_stop();
mesh_stack_config_clear();
dsm_clear();
node_reset();

However after the reset it still immediately pairs back with it's friend and still seems to have retained it's keys.

What am I missing?

Thanks,

Alex

Related