瀏覽代碼

2020-04-14 / Kathy Yeh
1. modify cpu high utilization(when url is not setted, cpu utilization is high.)

Kathy_Yeh 5 年之前
父節點
當前提交
065a9f1c37
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      EVSE/Modularization/ocppfiles/Module_OcppBackend.c

+ 0 - 4
EVSE/Modularization/ocppfiles/Module_OcppBackend.c

@@ -89,10 +89,6 @@ struct StartTime
 	unsigned int bootNotification;
 }startTime;
 
-#if 0
-unsigned char *SendBuffer;
-int SendBufLen=(1024*4);//(1024*3);
-#endif
 int SendBufLen=(1024*4);//(1024*3);
 unsigned char SendBuffer[1024*4]={0};
 static int ConnectionEstablished=0;