瀏覽代碼

2019-12-31 / Alston Lin

Actions
1. Modify define.h file

Files
1. define.h
Alston 5 年之前
父節點
當前提交
b48c48df93

二進制
EVSE/Modularization/Module_4g


二進制
EVSE/Modularization/Module_Wifi


二進制
EVSE/Modularization/OcppBackend


二進制
EVSE/Modularization/WebService


二進制
EVSE/Modularization/libModule_Upgrade.a


二進制
EVSE/Modularization/libPhihong_PsuCommObj.a


二進制
EVSE/Modularization/logPackTools


+ 6 - 13
EVSE/Projects/DS60-120/Apps/main.c

@@ -2320,12 +2320,12 @@ void CreateTimeoutFork()
 
 int main(void)
 {
-	InitGPIO();
-	InitEthernet();
-	sleep(1);
-	system("/sbin/ifconfig eth0 192.168.1.10 netmask 255.255.255.0 down");
-	sleep(1);
-	system("/sbin/ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up");
+//	InitGPIO();
+//	InitEthernet();
+//	sleep(1);
+//	system("/sbin/ifconfig eth0 192.168.1.10 netmask 255.255.255.0 down");
+//	sleep(1);
+//	system("/sbin/ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up");
 //	//echo 1 > /sys/class/gpio/gpio110/value
 //
 //	return 0;
@@ -2346,13 +2346,6 @@ int main(void)
 		system("reboot -f");
 	}
 
-	while(1)
-	{
-		printf("TelcomApn = %s \n", ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomApn);
-		printf("TeleConfigData TelcomIpAddress = %s \n", ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomIpAddress);
-		sleep(1);
-	}
-
 //	while(1)
 //		{
 //			printf("sys id = %s \n", ShmSysConfigAndInfo->SysConfig.SystemId);

二進制
EVSE/Projects/DS60-120/Images/MLO


二進制
EVSE/Projects/DS60-120/Images/u-boot.img


二進制
EVSE/Projects/DS60-120/Images/zImage


+ 1 - 1
EVSE/Projects/define.h

@@ -198,7 +198,7 @@ struct ChargingInfoData
 	unsigned char PilotDuty;					// 0~100%
 	unsigned char			StartUserId[32];			// This ID is trigger start charging event user by RFID、back-end、BLE.
 	unsigned char			StartDateTime[32];			// Charging cycle start date time
-	unsigned char			StoptDateTime[32];			// Charging cycle stop date time
+	unsigned char			StopDateTime[32];			// Charging cycle stop date time
 	unsigned char			StartMethod;
 	// Connector Temp
 	unsigned char 		ConnectorTemp;			//0x00: -60¢XC  ~  0xFE: 194

二進制
EVSE/rootfs/root/Module_Wifi


二進制
board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/.tmp_vmlinux1


二進制
board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/.tmp_vmlinux2


+ 1 - 1
board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/.version

@@ -1 +1 @@
-345
+346