Browse Source

2022-10-04 / Alston Lin
Actions
1. Resize the OCMF array size
Files
1. Define.h

Alston Lin 2 years ago
parent
commit
142e7c932d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EVSE/Projects/define.h

+ 1 - 1
EVSE/Projects/define.h

@@ -1013,7 +1013,7 @@ struct DC_METER_TRANSACTION_HEAD
 struct DC_METER_TRANSACTION_ACTION
 {
 	struct DC_METER_TRANSACTION_HEAD head;
-	unsigned char transactionOCMF[512];
+	unsigned char transactionOCMF[2048];
 	unsigned char OcmfInfoReady;                // 0 = nothing, 1 = ocmp info ready
 	unsigned char ActionCmd;                   // 1 = transaction Start, 2 transaction Stop, sync time
 };