Restart BLE 33 command (like ESP.restart() ) ????

Hi there, I need a command to restart BLE 33 after each loop run........seems to find none by google it?
Klaus

1 Like

NVIC_SystemReset();

I guess can be used?