firmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14307: Added support for parking concentrate pumps.

    • -14
    • +252
    ./App/Controllers/ConcentratePumps.c
    • -1
    • +12
    ./App/Controllers/ConcentratePumps.h
    • -1
    • +90
    ./App/Services/SystemCommMessages.c
    • -0
    • +10
    ./App/Services/SystemCommMessages.h
DEN-14307 updated the cleaning modes per the SRS changes

    • -23
    • +36
    ./App/Controllers/ConductivitySensors.c
    • -33
    • +43
    ./App/Controllers/TemperatureSensors.c
    • -65
    • +108
    ./App/Services/SystemCommMessages.c
Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Merge branch 'DEN-14433-sw-s86-mg-publish-fixes' into develop

DEN-14433: DIAL-123: fixed broadcast messages to send if we are >= of their respective intervals instead of >.

/DEN-14316-chemical-disinfect. Address code review. Changes due to debugging and testing.

    • -367
    • +420
    ./App/Modes/ModeChemicalDisinfect.c
    • -275
    • +225
    ./App/Modes/ModeChemicalDisinfectFlush.c
Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Merge branch 'DEN-13050-vpi-does-not-close-after-sample-water-returns-to-flush-idle' into develop

DEN-13757 - Remove unused function monitorLoadCellsWeightOutOfRange/

DG-DEN-13050_Vpi Does Not Close After Sample Water Returns TO Flush Idle
DG-DEN-13050_Vpi Does Not Close After Sample Water Returns TO Flush Idle
DEN-13757 - Correction to load cell alarm.

DEN-13757 - All 4 load cells have a single persistent alarm. Change to correspond to how pressure alarms are handled.

DEN-14316-chemical-disinfect. This is a testing version. It is not yet complete.

    • -272
    • +470
    ./App/Modes/ModeChemicalDisinfect.c
    • -64
    • +66
    ./App/Modes/ModeChemicalDisinfectFlush.c
DEN-13050

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-14253 addressed the code review comments

Done.

Done.

Done.

Done.

Can't we just say isFlowLow = ( measFlow > minFlow ? FALSE : TRUE );

Can't we just say isFlowLow = ( measFlow > minFlow ? FALSE : TRUE );

For both sensors, the .data should only be set once to final value. Use a temporary local variable until it's ready.

For both sensors, the .data should only be set once to final value. Use a temporary local variable until it's ready.