|
@@ -894,9 +894,9 @@ static int miscCommandHandle(uint8_t dataLen, uint8_t plugNum, uint8_t *data)
|
|
|
case MISC_CMD_PARKING_STATUS:
|
|
|
if (gMoreInfoReq[plugNum].bits.ParkingReq != value) {
|
|
|
if (value == 0x0001 && pSysInfo->CurGunSelected == plugNum &&
|
|
|
- (pSysInfo->SystemPage >= _PAGE_BILL && pSysInfo->SystemPage <= _PAGE_PLUGIN ||
|
|
|
+ (pSysInfo->SystemPage >= _PAGE_BILL && pSysInfo->SystemPage <= _PAGE_CHARGING ||
|
|
|
pSysInfo->SystemPage == _PAGE_DONATE_RIGHT)) {
|
|
|
- log_info("Gun%d already enter charging operate. Don't Enter Parking mode!",plugNum);
|
|
|
+ //log_info("Gun%d already enter charging operate. Don't Enter Parking mode!",plugNum);
|
|
|
return FAIL;
|
|
|
}
|
|
|
if (value) {
|