Index: firmware/App/Drivers/GLXferPump.c =================================================================== diff -u -r285b5d82539c96524c93703d52a66fff76fb64fc -rceddc04641038a62bbbd9714a045d0cbfc473c8f --- firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision 285b5d82539c96524c93703d52a66fff76fb64fc) +++ firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision ceddc04641038a62bbbd9714a045d0cbfc473c8f) @@ -46,6 +46,7 @@ { currentAirPumpMotorPowerLevel = AIR_PUMP_MOTOR_OFF; setAirPumpMotorPowerLevel( currentAirPumpMotorPowerLevel ); + setAirPumpMotorPWMCntTime( 800 ); } /*********************************************************************//**