|
@@ -2657,7 +2657,7 @@ int upgrade_check()
|
|
|
int isMatchStartUser(unsigned char gun_index)
|
|
|
{
|
|
|
uint8_t tmpUser[32];
|
|
|
- uint8_t isPrintLogOut;
|
|
|
+ uint8_t isPrintLogOut = OFF;
|
|
|
|
|
|
if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
|
|
|
{
|
|
@@ -2706,7 +2706,7 @@ int isMatchStartUser(unsigned char gun_index)
|
|
|
DEBUG_INFO("tmpUser : %s \n", tmpUser);
|
|
|
DEBUG_INFO("StartUserId : %s \n", ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId);
|
|
|
DEBUG_INFO("========================== \n");
|
|
|
- isPrintLogOut = YES;
|
|
|
+ isPrintLogOut = ON;
|
|
|
}
|
|
|
|
|
|
return ((strcmp((char*)tmpUser, (char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId)==0)?YES:NO);
|