Index: firmware/App/Drivers/GLXferPump.c =================================================================== diff -u -r2075fb989d74d881f2e73c19052aa32fa9d760a6 -rc8bc16e4ab55a0995f5282bc1b10bd9ee8656a87 --- firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision 2075fb989d74d881f2e73c19052aa32fa9d760a6) +++ firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision c8bc16e4ab55a0995f5282bc1b10bd9ee8656a87) @@ -72,8 +72,8 @@ // if state is changing, set the air pump to the given on/off state and send event if ( power != currentAirPumpMotorPowerLevel ) { - SEND_EVENT_WITH_2_F32_DATA( TD_EVENT_AIR_PUMP_ON_OFF, currentAirPumpMotorPowerLevel, power ); setH12AirPumpMotorPowerLevel( scalarPower ); + SEND_EVENT_WITH_2_F32_DATA( TD_EVENT_AIR_PUMP_ON_OFF, currentAirPumpMotorPowerLevel, power ); currentAirPumpMotorPowerLevel = power; } }