Can we manually handle resetting watchdog instead of Espruino's main loop?
I want to reset the watchdog manually in order to trigger some action that can only be performed upon boot process.
My application may response and give control to Espruino's main loop, but that is not sufficient for my purpose. Instead, it should be reset via a data from a socket connection.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Can we manually handle resetting watchdog instead of Espruino's main loop?
I want to reset the watchdog manually in order to trigger some action that can only be performed upon boot process.
My application may response and give control to Espruino's main loop, but that is not sufficient for my purpose. Instead, it should be reset via a data from a socket connection.