Kaynağa Gözat

[Add][Configuration][define.h]

2021.10.15 / Folus Wen

Actions:
1. Add OcppReceiptrURL & isAuthrizeByEVCCID to SysConfig struct.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 3 yıl önce
ebeveyn
işleme
595de21b60
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      EVSE/Projects/define.h

+ 2 - 0
EVSE/Projects/define.h

@@ -538,6 +538,8 @@ struct SysConfigData
 	unsigned char           StopChargingByButton;       //0: Disable  1: Enable
     struct LCD_OVERRIDE     LcdOveride;                 // LCD override info
     struct TTIA             TTIA_Info;                  // TTIA configuration struct
+    unsigned char 			OcppReceiptrURL[512];		// Charging receipt display URL
+    unsigned char			isAuthrizeByEVCCID;			// is Authorize by EVCCID (CCS)
 
     /************PowerCabinet************/
     WiringInfoData          WiringInfo;