Index: firmware/App/Controllers/Pressures.c =================================================================== diff -u -r93a5ad88c7754e2d64d11d3425571aa27fe12652 -rf5fae90687cdee9712174e0dc92e34a60eb459bf --- firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision 93a5ad88c7754e2d64d11d3425571aa27fe12652) +++ firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision f5fae90687cdee9712174e0dc92e34a60eb459bf) @@ -209,8 +209,8 @@ break; } - isPressureTooLow = ( pressure < maxInletWaterPressureWarningLow ? TRUE : FALSE ); - isPressureTooLow = ( pressure > MAX_INLET_WATER_PRESSURE_WARNING_HIGH_PSIG ? TRUE : FALSE ); + isPressureTooLow = ( pressure < maxInletWaterPressureWarningLow ? TRUE : FALSE ); + isPressureTooHigh = ( pressure > MAX_INLET_WATER_PRESSURE_WARNING_HIGH_PSIG ? TRUE : FALSE ); switch( opMode ) {