Hello All,
I am developing thread base system.
I am using SDK - nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8
Dev-kit - nrf52840
I am using mtd code for development of my product. For requirement I need to follow these 4 steps to join network
1 factory reset
2. ifconfig
3. Joiner start XXXX
4. thread start.
So, I have modified the mtd code as per my requirement to auto configure the above commands using API.
I am able execute "ifconfig", "Joiner Start XXX" and "thread Start" using respective APIs in main file. (Without entering CLI).
But If I use "otPlatSettingsWipe" API to factory reset I am getting "undefined reference to `otPlatSettingsWipe'" error.
Can anyone help how to resolve this issue ? or for Factory reset is there any other function?
I am following CLI command flow to execute using API's
Thanks in advance
Regards,
Rohit R