Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r090b7303b8f6487879147191a3e5d6d783ed4af8 -r17cbafeeee71eef9a250142efbdf036c9970c2f4 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 090b7303b8f6487879147191a3e5d6d783ed4af8) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 17cbafeeee71eef9a250142efbdf036c9970c2f4) @@ -50,15 +50,21 @@ //execSystemCommRx(); // FOR DEBUGGING PURPOSES ONLY REMOVE + // Used 120 and 200 so it will not read or + // write during POST static U16 test = 0; - if (test == 120) + /*if (test == 120) { static U16 data[5] = {7, 8, 9, 1, 22}; writeToRAM(8, &data[0], 5); } if (test == 200) { readFromRAM(8, 5); + }*/ + if (test == 140) + { + setRTCTimestamp(0, 46, 13, 17, 12, 2019); } test++; // FOR DEBUGGING PURPOSES ONLY REMOVE