Index: firmware/App/Monitors/Voltages.c =================================================================== diff -u -rd47b9bcbd4796a8c51d9e87436422c5868292ac6 -r1ec300286e48139883010047b1ac5aac5befd8d1 --- firmware/App/Monitors/Voltages.c (.../Voltages.c) (revision d47b9bcbd4796a8c51d9e87436422c5868292ac6) +++ firmware/App/Monitors/Voltages.c (.../Voltages.c) (revision 1ec300286e48139883010047b1ac5aac5befd8d1) @@ -216,7 +216,7 @@ ( ( channel != MONITORED_VOLTAGE_24V_1 ) && ( channel != MONITORED_VOLTAGE_24V_2 ) ) ) { #ifndef _RELEASE_ -// if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_VOLTAGES_ALARMS ) != SW_CONFIG_ENABLE_VALUE ) +// if ( getTestConfigStatus( TEST_CONFIG_DISABLE_VOLTAGES_ALARMS ) != TRUE ) #endif { volts = getMonitoredLineLevel( channel ); Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -rd47b9bcbd4796a8c51d9e87436422c5868292ac6 -r1ec300286e48139883010047b1ac5aac5befd8d1 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision d47b9bcbd4796a8c51d9e87436422c5868292ac6) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 1ec300286e48139883010047b1ac5aac5befd8d1) @@ -27,6 +27,7 @@ #include "FPOperationModes.h" #include "Messaging.h" #include "MixingControl.h" +#include "NVMgmt.h" #include "OperationModes.h" #include "PermeateTank.h" #include "RinsePump.h" @@ -132,7 +133,7 @@ // Run non-volatile data management state machine that sends the data record // to Dialin - //execNVDataMgmtProcessRecord(); + execNVMProcessRecord(); // Run alarm management execAlarmMgmt();