|
@@ -4957,7 +4957,7 @@ int main(void)
|
|
if ((GetTimeoutValue(_cmdMainPriority_time) / 1000) > 5000)
|
|
if ((GetTimeoutValue(_cmdMainPriority_time) / 1000) > 5000)
|
|
{
|
|
{
|
|
CheckTask();
|
|
CheckTask();
|
|
- CheckEthernetUsage();
|
|
|
|
|
|
+ //CheckEthernetUsage();
|
|
for (byte _index = 0; _index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _index++)
|
|
for (byte _index = 0; _index < ShmSysConfigAndInfo->SysConfig.TotalConnectorCount; _index++)
|
|
{
|
|
{
|
|
if (chargingInfo[_index]->SystemStatus == S_CHARGING)
|
|
if (chargingInfo[_index]->SystemStatus == S_CHARGING)
|