Closed
Description
In the file:
delay_ms is described as:
"delay_ms Number of milliseconds before watchdog will reboot without watchdog_update being called. Maximum of 0x7fffff, which is approximately 8.3 seconds"
But 0x7fffff is 8388607 which is 8.3 seconds only if the unit is microseconds. The text also mentions "then the delay_ms parameter will not be in microseconds".
So I guess it is microseconds? Then I also think the parameter should be named delay_us, not delay_ms.