2022-10-12 05:39 AM
What are the Effects of LoRaWAN_init() on our task?
For more- I am not register task again?
Pls help i have already spend two days on that
2022-10-12 07:24 AM
Hello @PPraj.1 ,
In our code, LoraWAN_Init() have created to be execute only once. If you call it a second time it will recreate task, timers etc ... that have not been deInit or delete before. So I don't know what behavior is expected when you do this but the code have not been build to do this.
If you really need to do this you have to take care of the previous configuration (task timers etc).
Regards
Louis