Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r285b5d82539c96524c93703d52a66fff76fb64fc -r395522dffef1348e176564925656012f529c1910 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 285b5d82539c96524c93703d52a66fff76fb64fc) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 395522dffef1348e176564925656012f529c1910) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file ModeInitPOST.c * -* @author (last) Sean -* @date (last) 30-Jul-2024 +* @author (last) Dara Navaei +* @date (last) 16-Oct-2025 * -* @author (original) Sean -* @date (original) 30-Jul-2024 +* @author (original) Sean Nash +* @date (original) 01-Aug-2024 * ***************************************************************************/ @@ -123,10 +123,12 @@ // resetWatchdogPOSTState(); // resetSafetyShutdownPOSTState(); // resetValvesPOSTState(); -// resetAlarmAudioPOSTState(); -// resetAlarmLampPOSTState(); + resetAlarmAudioPOSTState(); + resetAlarmLampPOSTState(); // resetStuckButtonPOSTState(); + requestAlarmLampPattern( LAMP_PATTERN_OK ); // TODO remove once POST is setup correctly + return postState; }