Index: firmware/App/Services/TDInterface.c =================================================================== diff -u -r5a17b8f1c9a44980c74eea8046d35de84f22b9f4 -r4fdac9edd409e97468c317e6c3c34dd5ac602410 --- firmware/App/Services/TDInterface.c (.../TDInterface.c) (revision 5a17b8f1c9a44980c74eea8046d35de84f22b9f4) +++ firmware/App/Services/TDInterface.c (.../TDInterface.c) (revision 4fdac9edd409e97468c317e6c3c34dd5ac602410) @@ -7,8 +7,8 @@ * * @file TDInterface.c * -* @author (last) “Raghu -* @date (last) 03-Feb-2026 +* @author (last) Vinayakam Mani +* @date (last) 26-Feb-2026 * * @author (original) Vinayakam Mani * @date (original) 06-Nov-2024 @@ -422,7 +422,8 @@ // Update Temperature, Acid/Bicarb type and dialysate rate for pregen process. setTDDialysateFlowrate( startPreGenRequest.dialRate ); setTDTargetDialysateTemperature( startPreGenRequest.dialTemp ); - setTDAcidAndBicarbType( startPreGenRequest.acidType, startPreGenRequest.bicarbType ); + //TODO : update latest staging code + //setTDAcidAndBicarbType( startPreGenRequest.acidType, startPreGenRequest.bicarbType ); } else if ( DD_MODE_PREG == ddMode ) { @@ -478,7 +479,8 @@ setTDTargetDialysateTemperature( startTxRequest.dialTemp ); // Set concentrate types, Bypass dialyzer - setTDAcidAndBicarbType( startTxRequest.acidType, startTxRequest.bicarbType ); + //TODO : update latest staging code + //setTDAcidAndBicarbType( startTxRequest.acidType, startTxRequest.bicarbType ); setTDDialyzerBypass( startTxRequest.bypassDialyzer ); // start dialysate generation @@ -506,7 +508,8 @@ setTDTargetDialysateTemperature( startTxRequest.dialTemp ); // Set concentrate types, Bypass dialyzer - setTDAcidAndBicarbType( startTxRequest.acidType, startTxRequest.bicarbType ); + //TODO : update latest staging code + //setTDAcidAndBicarbType( startTxRequest.acidType, startTxRequest.bicarbType ); setTDDialyzerBypass( startTxRequest.bypassDialyzer ); // Signal to update treatement parameters