소스 검색

[Improve][AW-CCS][Module_LcmContorl.c]
2022-03-31 / EASON YANG
Action
1. Improve: Temporary runningCost increase size from 256 -> 1024.

File
1. Module_LcmControl.c
Action 1

FIRMWARE VERSION: B0.61.XX.XXXX.PX

8009 3 년 전
부모
커밋
ba52ecd56d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EVSE/Projects/AW-CCS/Apps/LCM/Module_LcmControl.c

+ 1 - 1
EVSE/Projects/AW-CCS/Apps/LCM/Module_LcmControl.c

@@ -483,7 +483,7 @@ void page_preparing(uint8_t gun_index, uint8_t system_mode)
 
 void page_charging(uint8_t gun_index, uint8_t system_mode)
 {
-	static char runningCost[256] = {0};
+	static char runningCost[1024] = {0};
 
 	if((getCurrentPage() != SYSTEM_SCREEN_CHARGING) && (!ShmCharger->isAuthrizing && !ShmCharger->isGetAuthResult))
 	{