Index: firmware/App/Drivers/GLXferPump.h =================================================================== diff -u -reaff654b897f641b874e3ba30a22cbda3779e4a7 -r3d7b57961cd812f13b02aa71402c6231c3b0ee25 --- firmware/App/Drivers/GLXferPump.h (.../GLXferPump.h) (revision eaff654b897f641b874e3ba30a22cbda3779e4a7) +++ firmware/App/Drivers/GLXferPump.h (.../GLXferPump.h) (revision 3d7b57961cd812f13b02aa71402c6231c3b0ee25) @@ -35,8 +35,8 @@ #define AIR_PUMP_MOTOR_OFF 0 ///< Power level setting (PWM) for H12 air pump to turn pump off. #define AIR_PUMP_MOTOR_MAX_PWM 250 ///< Power level setting (PWM) maximum for H12 air pump. -#define AIR_PUMP_MOTOR_FILL_PWM 25 ///< Power level setting (PWM) for H12 air pump to fill (raise level) the air trap. -#define AIR_PUMP_MOTOR_LOWER_PWM 125 //250 ///< Power level setting (PWM) for H12 air pump to lower the level of the air trap. +#define AIR_PUMP_MOTOR_FILL_PWM 250 ///< Power level setting (PWM) for H12 air pump to fill (raise level) the air trap. +#define AIR_PUMP_MOTOR_LOWER_PWM 250 ///< Power level setting (PWM) for H12 air pump to lower the level of the air trap. // ********** public function prototypes **********