AMB82-MINI restart?

How do you restart this board? Anything similar to this?

ESP.restart()

Hi @clutterlabs,

To reset the board, you may use this API
sys_reset();

Thank you.

Hello Kelvin, we need insert any include?
The arduino not recognised the function!

In attach the print!

Hi people, after include the #include “sys_api.h” the problem is solved, thank you.

Best regards.

1 Like