Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r86a4c29675dc34118aa9d4b55ead1d710a45ec10 -r3850bef541c43c1fb81663eb7d1ca6c98e933627 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 86a4c29675dc34118aa9d4b55ead1d710a45ec10) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 3850bef541c43c1fb81663eb7d1ca6c98e933627) @@ -20,7 +20,9 @@ #include "DrainPump.h" #include "Heaters.h" #include "MessageSupport.h" +#include "ModeChemicalDisinfect.h" #include "ModeFault.h" +#include "ModeHeatDisinfect.h" #include "ModeStandby.h" #include "NVDataMgmt.h" #include "OperationModes.h" @@ -125,7 +127,8 @@ setCPLDCleanLEDColor( CPLD_CLEAN_LED_OFF ); #ifndef _RELEASE_ - + setHeatNelsonSupportMode( NELSON_NONE ); + setChemNelsonSupportMode( NELSON_NONE ); #endif return standbyState;