I want to send a reset command do the board via LORA.
Upon receiving a certain data, the function
void(* resetFunc) (void) = 0;
is called. The code works, but the board seems to hang and not be reset (starting setup again)
Can you recommend another way of reseting the board programatical?
Best Regards
Jakob