Jelajahi Sumber

Merge remote-tracking branch 'origin/AW-Regular'

Folus Wen 2 tahun lalu
induk
melakukan
22ce8fc108
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      EVSE/Projects/AW-Regular/Apps/main.c

+ 1 - 1
EVSE/Projects/AW-Regular/Apps/main.c

@@ -2810,7 +2810,7 @@ void get_firmware_version(unsigned char gun_index)
 	strcpy((char*)ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev, ShmCharger->gun_info[gun_index].ver.Version_FW);
 
 	// Get CSU root file system version
-	sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "P0.72.00.0000.00");
+	sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "V0.72.00.0000.00");
 
 	// Get AC connector type from model name
 	for(uint8_t idx=0;idx<3;idx++)