Quellcode durchsuchen

[Improve][AW-Regular][Module_ConfigTools.c]
2022-04-19 / EASON YANG
Action
1.Improve: spelling error. (isEnableLocalPowerSharing).

File
1. Module_ConfigTools.c
Action 1

Firmware Version: V0.70.XX.XXXX.PX

8009 vor 2 Jahren
Ursprung
Commit
7ab286595d

+ 2 - 2
EVSE/Projects/AW-Regular/Apps/Module_ConfigTools.c

@@ -517,14 +517,14 @@ int main(void)
 			{
 				memset(cmd, 0x00, ARRAY_SIZE(cmd));
 				printf("\n ***** localloadbalance ***************************");
-				printf("\n  Current local loading balance: %d", ShmSysConfigAndInfo->SysConfig.isEnableLocalPowerSharging);
+				printf("\n  Current local loading balance: %d", ShmSysConfigAndInfo->SysConfig.isEnableLocalPowerSharing);
 				printf("\n  0: Disable.");
 				printf("\n  1: Enable.");
 				printf("\n **************************************************");
 				printf("\n  Please input local load balance mode: ");
 				scanf("%s", &cmd[0]);
 
-				ShmSysConfigAndInfo->SysConfig.isEnableLocalPowerSharging = ((0<=atoi(cmd))&&(atoi(cmd)<=1)?atoi(cmd):0);
+				ShmSysConfigAndInfo->SysConfig.isEnableLocalPowerSharing = ((0<=atoi(cmd))&&(atoi(cmd)<=1)?atoi(cmd):0);
 				if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
 					DEBUG_INFO("Local loading balance: Enable\n");
 				else

BIN
EVSE/Projects/AW-Regular/Images/root/Module_AlarmDetect


BIN
EVSE/Projects/AW-Regular/Images/root/Module_FactoryConfig


BIN
EVSE/Projects/AW-Regular/Images/root/Module_InternalComm


BIN
EVSE/Projects/AW-Regular/Images/root/Module_Speaker


BIN
EVSE/Projects/AW-Regular/Images/root/main