|
@@ -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
|
|
|
};
|