Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -r9ac050d6099effbdd62070173d14dd5e225d5310 -rb4afc325ebcad1ba8303d307925a2257eff7d8ac --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 9ac050d6099effbdd62070173d14dd5e225d5310) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision b4afc325ebcad1ba8303d307925a2257eff7d8ac) @@ -268,14 +268,11 @@ #ifdef CONDUCTIVE_LEVEL_SENSOR_ENABLED if ( LVL_STATE_LOW == bicarbChamberLevel ) { - if ( getCurrentBalancingChamberExecState() > BAL_CHAMBER_STATE_IDLE ) + if ( FALSE == setBicarbChamberFillRequested() ) { - if ( FALSE == setBicarbChamberFillRequested() ) - { - // TODO - //drybicart state machines are combined and so this is not an issue in future - //set alarm ? - } + // TODO + //drybicart state machines are combined and so this is not an issue in future + //set alarm ? } } #else // time based chamber F fill