Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r285b5d82539c96524c93703d52a66fff76fb64fc -r22a8500467c47070dff55824e2ec567c007434ce --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 285b5d82539c96524c93703d52a66fff76fb64fc) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 22a8500467c47070dff55824e2ec567c007434ce) @@ -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; }