Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r8ed9c441c706ff7160f1a8b7b8ff1eab988fe826 -r71d7c6359103b2bd22b2317f7d740c954476a34f --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 8ed9c441c706ff7160f1a8b7b8ff1eab988fe826) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 71d7c6359103b2bd22b2317f7d740c954476a34f) @@ -7,8 +7,8 @@ * * @file ModeInitPOST.c * -* @author (last) Praneeth Bunne -* @date (last) 22-Apr-2026 +* @author (last) suresh +* @date (last) 03-Aug-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -197,7 +197,7 @@ postState = handlePOSTStatus( testStatus ); break; - case POST_STATE_PRES_OCCL: + case POST_STATE_PRESSURE: // testStatus = execPresOcclSelfTest(); postState = handlePOSTStatus( testStatus ); break; @@ -228,14 +228,6 @@ postState = handlePOSTStatus( testStatus ); break; - // NOTE: fans self test must be called after temperatures since the - // temperatures must get their calibration first before the fans start monitoring - // for RPM out of range - case POST_STATE_FANS: -// testStatus = execFansSelfTest(); - postState = handlePOSTStatus( testStatus ); - break; - case POST_STATE_STUCK_BUTTON: // testStatus = execStuckButtonTest(); postState = handlePOSTStatus( testStatus );