Index: firmware/App/Controllers/AirPump.c =================================================================== diff -u -r8345f0415ce34f2f47afcbf613a00216769f51c6 -r25aeff9e9994d2e7aab3b4e6171c56fdac6a01fe --- firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision 8345f0415ce34f2f47afcbf613a00216769f51c6) +++ firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision 25aeff9e9994d2e7aab3b4e6171c56fdac6a01fe) @@ -264,6 +264,8 @@ // Stop H12 air pump setAirPumpState( AIR_PUMP_STATE_OFF, AIR_PUMP_MOTOR_OFF ); } + + airPumpStartDelayCounter = 0; } else {