void start(int, int, bool)
Starts the watchdog timer.
Parameters
Name | Description |
reloadTimeoutSec | The number of seconds before the page is considered to be non-functional and is reloaded. |
restartTimeoutSec | The number of seconds before the page is considered to be non-functional and KioWare is restarted. |
autoFeed | Pass in true to automatically feed the watchdog so that you don't need to call feed manually. |