瀏覽代碼

[Add][All][define.h]

2023.02.17 / Folus Wen

Actions:
1. define.h add isEnableR2R variable 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
Folus Wen 2 年之前
父節點
當前提交
5297d1ea52
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      EVSE/Projects/define.h

+ 1 - 0
EVSE/Projects/define.h

@@ -629,6 +629,7 @@ struct SysConfigData
     unsigned char           isEnalbleFirewall;                  // 0: Disable   1: Enable
     unsigned char           FirewallAcceptAddr[10][128];        // Max accepted server address is 10
     unsigned char           isEnable15118;                      // 0: Disable  1: Enable
+    unsigned char           isEnableR2R;			// 0: Disable  1: Enable
 };
 
 struct DERATING_BY_OTP