Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -re87ab4599bd69d195dfb4fc0ffb301df2350dceb -r364631fbb6ffd3ab52271e1cc5b71ee9e2cc777f --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision e87ab4599bd69d195dfb4fc0ffb301df2350dceb) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 364631fbb6ffd3ab52271e1cc5b71ee9e2cc777f) @@ -20,7 +20,8 @@ #include "etpwm.h" #include "gio.h" #include "mibspi.h" - + +#include "Battery.h" #include "DialInFlow.h" #include "FPGA.h" #include "InternalADC.h" @@ -1432,7 +1433,8 @@ { F32 dipCurr; - if ( FALSE == isAlarmActive( ALARM_ID_HD_AC_POWER_LOST ) ) + // only check current when we have A/C power + if ( FALSE == isACPowerLost() ) { // DialIn pump should be off if ( DIAL_IN_PUMP_OFF_STATE == dialInPumpState )