Index: firmware/App/Controllers/AirPump.c =================================================================== diff -u -rd67d55445b427a78349d4456abb8a6a574535b36 -r0838dd07e8d1e55199c14155cc0ffb822a25f2d0 --- firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision d67d55445b427a78349d4456abb8a6a574535b36) +++ firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision 0838dd07e8d1e55199c14155cc0ffb822a25f2d0) @@ -263,16 +263,12 @@ SET_ALARM_WITH_2_U32_DATA( ALARM_ID_TD_AIR_PUMP_STALL, currentAirPumpPowerLevel, currentAirPumpRPM ); // Stop H12 air pump setAirPumpState( AIR_PUMP_STATE_OFF, AIR_PUMP_MOTOR_OFF ); - // Stop air trap control - endAirTrapControl(); } } else { // RPM detected, clear stall counter airPumpStallCounter = 0; - // Delay no longer needed while pump is running - airPumpStartDelayCounter = AIR_PUMP_STALL_START_DELAY_COUNT; } } else