Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rb21d331f7b18cb2a1dacad78bd1049b31152f029 -r9a96522e0a94724a13c2c9c8f60cf8d18ebde218 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision b21d331f7b18cb2a1dacad78bd1049b31152f029) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 9a96522e0a94724a13c2c9c8f60cf8d18ebde218) @@ -7,8 +7,8 @@ * * @file DGInterface.c * -* @author (last) Michael Garthwaite -* @date (last) 08-Aug-2022 +* @author (last) Dong Nguyen +* @date (last) 27-Sep-2022 * * @author (original) Sean * @date (original) 08-Apr-2020 @@ -95,9 +95,9 @@ static BOOL dgReservoirsDataFreshFlag = FALSE; ///< Flag to signal the handleDGReservoirData() to process fresh reservoirs data static BOOL dgOpModeDataFreshFlag = FALSE; ///< Flag to signal the handleDGOpMode() to process fresh dg op mode data -// Reservoir data -static DG_RESERVOIR_ID_T dgActiveReservoir; ///< Latest active reservoir reported by the DG. -static DG_RESERVOIR_ID_T dgActiveReservoirSet; ///< Active reservoir commanded. +// Reservoir data +static DG_RESERVOIR_ID_T dgActiveReservoir = DG_RESERVOIR_2; ///< Latest active reservoir reported by the DG. +static DG_RESERVOIR_ID_T dgActiveReservoirSet = DG_RESERVOIR_2; ///< Active reservoir commanded. // TODO remove below variables static U32 dgReservoirFillVolumeTarget = 0; ///< Latest fill-to volume reported by the DG.