|
@@ -1143,11 +1143,11 @@ void InitEthernet()
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- bool ethResult = YES;
|
|
|
+ bool ethResult = YES;
|
|
|
|
|
|
- if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet)
|
|
|
- ethResult = NO;
|
|
|
- else
|
|
|
+ if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet)
|
|
|
+ ethResult = NO;
|
|
|
+ else
|
|
|
{
|
|
|
system("/sbin/ifmetric eth0 0");
|
|
|
|
|
@@ -6494,6 +6494,7 @@ int main(void)
|
|
|
PRINTF_FUNC("=============Smart Charging : _REASSIGNED_COMP============= Step 6 \n");
|
|
|
ShmSysConfigAndInfo->SysInfo.MainChargingMode = _MAIN_CHARGING_MODE_AVER;
|
|
|
ShmSysConfigAndInfo->SysInfo.ReAssignedFlag = _REASSIGNED_NONE;
|
|
|
+ setChargerMode(gun_index, MODE_PRECHARGE);
|
|
|
}
|
|
|
|
|
|
//PRINTF_FUNC("CurGunSelected = %d, gun_index = %d \n", ShmSysConfigAndInfo->SysInfo.CurGunSelected, gun_index);
|