Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r75f32cd59369b07708e2d1118ea3695872484e31 -r7a9cfc7590be84e1c4af6a04ca92c598d49cf9de --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 75f32cd59369b07708e2d1118ea3695872484e31) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 7a9cfc7590be84e1c4af6a04ca92c598d49cf9de) @@ -7,8 +7,8 @@ * * @file TaskGeneral.c * -* @author (last) Michael Garthwaite -* @date (last) 14-Jul-2026 +* @author (last) Arpita Srivastava +* @date (last) 27-Jul-2026 * * @author (original) Vinayakam Mani * @date (original) 07-Aug-2024 @@ -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" @@ -136,7 +137,7 @@ // Run non-volatile data management state machine that sends the data record // to Dialin - //execNVDataMgmtProcessRecord(); + execNVMProcessRecord(); // Run alarm management execAlarmMgmt();