|
@@ -1935,7 +1935,8 @@ bool AbnormalStopAnalysis(byte gun_index, byte *errCode)
|
|
|
// strncmp((char *)_chargingData[gun_index]->EvConnAlarmCode, "", 6) != EQUAL) {
|
|
|
// return;
|
|
|
//}
|
|
|
- if (strncmp(string, "000000", 6) == EQUAL) {
|
|
|
+ if (strncmp(string, "000000", 6) == EQUAL ||
|
|
|
+ strncmp(string, "023979", 6) == EQUAL) {
|
|
|
return false;
|
|
|
}
|
|
|
|