Ver Fonte

2020.02.21 / Folus Wen

Actions:
1. EVSE/Modularization/Module_Upgrade.c max length extend 48 byte in configuration image.

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 há 5 anos atrás
pai
commit
22dc025bc0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      EVSE/Modularization/Module_Upgrade.c

+ 1 - 1
EVSE/Modularization/Module_Upgrade.c

@@ -119,7 +119,7 @@ int Upgrade_Flash(unsigned int Type,char *SourcePath,char *ModelName)
 			DEBUG_INFO("Image type: Root fs\r\n");
 			break;
 		case CSU_USER_CONFIGURATION:
-			MaxLen = 6*1024*1024;
+			MaxLen = 6*1024*1024+48;
 			DEBUG_INFO("Image type: Config\r\n");
 			break;
 		default: