|
@@ -2,7 +2,7 @@
|
|
|
* Module_LcmControl.c
|
|
|
*
|
|
|
* Created on : 2020-10-20
|
|
|
- * Update on : 2022-10-18
|
|
|
+ * Update on : 2022-10-19
|
|
|
* Author : Folus Wen, Eason Yang
|
|
|
* Version : V0.31
|
|
|
*
|
|
@@ -112,7 +112,7 @@ struct timespec startTime[AC_QUANTITY][TMR_IDX_FINAL_COUNTER];
|
|
|
//=======================================
|
|
|
// Declare Variable CDFA 2.0
|
|
|
//=======================================
|
|
|
-struct StrcutLcmRunningCost
|
|
|
+struct StructLcmRunningCost
|
|
|
{
|
|
|
unsigned char PREVIOUS_TIMESTAMP[36];
|
|
|
unsigned char PREVIOUS_TIMESTAMP_FOR_GRACE_MINUTES[36];
|
|
@@ -128,7 +128,7 @@ struct StrcutLcmRunningCost
|
|
|
|
|
|
struct StructCaliforniaPricing
|
|
|
{
|
|
|
- struct StrcutLcmRunningCost LcmRunningCost[AC_QUANTITY];
|
|
|
+ struct StructLcmRunningCost LcmRunningCost[AC_QUANTITY];
|
|
|
|
|
|
}CaliforniaPricing;
|
|
|
|
|
@@ -159,7 +159,7 @@ int CheckCurrentPageCounter = 0;
|
|
|
//=======================================
|
|
|
// Record version and date
|
|
|
//=======================================
|
|
|
-char *FIRMWARE_UPDATE_IMAGE[3] = {"V0.31", "2022-10-18", "REV.03.00"};
|
|
|
+char *FIRMWARE_UPDATE_IMAGE[3] = {"V0.31", "2022-10-19", "REV.03.00"};
|
|
|
|
|
|
//=======================================
|
|
|
// Common routine
|