Index: firmware/App/Monitors/Level.c =================================================================== diff -u -rd224ea9c16866ca84a62782dd9027fa162af2dbd -rb71609e1bb160ab92c2e56b22d5acd1287a8b89b --- firmware/App/Monitors/Level.c (.../Level.c) (revision d224ea9c16866ca84a62782dd9027fa162af2dbd) +++ firmware/App/Monitors/Level.c (.../Level.c) (revision b71609e1bb160ab92c2e56b22d5acd1287a8b89b) @@ -233,9 +233,7 @@ BOOL level = FALSE; // Check the level count with in the high level range - if ( count == LEVEL_COUNT_HIGH_START || - ( ( count > LEVEL_COUNT_HIGH_START ) && - ( count <= LEVEL_COUNT_HIGH_END ) ) ) + if ( count <= LEVEL_COUNT_HIGH_END ) { level = TRUE; }