Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -r386dd5b9167694bd290b81ab6020464813b3fb46 -re71edaa287f4cc99473772d4d3f1bdf600dff374 --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 386dd5b9167694bd290b81ab6020464813b3fb46) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision e71edaa287f4cc99473772d4d3f1bdf600dff374) @@ -32,7 +32,7 @@ #define MIN_WATCHDOG_PET_INTERVAL_MS 45 ///< Minimum watchdog pet interval. #define WATCHDOG_POST_TIMEOUT_MS 500 ///< Watchdog POST timeout in ms. -#define WATCHDOG_RECOVERY_TIME_MS 500 ///< Watchdog recovery time in ms. +#define WATCHDOG_RECOVERY_TIME_MS 750 ///< Watchdog recovery time in ms. #define MAX_24V_LEVEL_ON_WATCHDOG_EXPIRED 5.0 ///< Maximum voltage on 24V line when watchdog is expired. // TODO - check w/ Systems. Takes time for V to bleed off. Had to raise to 5V. #define MIN_24V_LEVEL_ON_WATCHDOG_RECOVER 22.6 ///< Minimum voltage on 24V line when watchdog is recovered.