Update the 103 state: panic unequal power stage

This commit is contained in:
atef 2025-03-14 13:24:26 +01:00
parent 55638afc36
commit 28fe33f48d
1 changed files with 2 additions and 1 deletions

View File

@ -569,7 +569,8 @@ public static class Controller
private static Boolean State103(StatusRecord s)
{
s.StateMachine.Message = "Panic: ACDCs have unequal grid types or PowerStage";
return s.EnableSafeDefaults();
s.AcDc.Enable();
return false;
}
// private static Boolean State104(StatusRecord s)