Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r27a68f930508638f2eb6265ebb381c8918cbc37b -r7499a42cc0f906f9a4a947c82c5b4615217ce7e5 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 27a68f930508638f2eb6265ebb381c8918cbc37b) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 7499a42cc0f906f9a4a947c82c5b4615217ce7e5) @@ -7,8 +7,8 @@ * * @file ModeInitPOST.c * -* @author (last) Darren Cox -* @date (last) 10-Mar-2022 +* @author (last) Dara Navaei +* @date (last) 13-Jul-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -156,14 +156,6 @@ postState = handlePOSTStatus( testStatus ); break; - case POST_STATE_AC: - if ( getMonitoredLineLevel( MONITORED_LINE_24V ) < MIN_24V_MEASURED_FOR_AC ) - { - initiatePowerOff(); - } - postState = POST_STATE_WATCHDOG; - break; - case POST_STATE_WATCHDOG: testStatus = execWatchdogTest(); postState = handlePOSTStatus( testStatus );