Hi All,
Is there a way to get the Xiao ESP32C3 to force a reboot using software? sys_reboot() is not implemented for ESP32 devices. I have found the function esp_restart() but I can’t get it to build. Anyway, it looks like just a soft reboot.
I am trying to build a project with Zephyr and I keep running into memory leaks that paralyse the Bluetooth functionality. I need something to hard reboot the ESP32C3. I already have some devices in the field so a hardware solution is not useful.
Thanks in advance.
Rob