|
@@ -1253,7 +1253,7 @@ BOOL CSIACP::SCBC_CheckDeviceId()
|
|
|
else
|
|
|
return FALSE;
|
|
|
#else
|
|
|
- if (bydata == 0x03 || bydata == 0x02)
|
|
|
+ if (bydata == 0x02 || bydata == 0x03 || bydata == 0x07)
|
|
|
return TRUE;
|
|
|
else
|
|
|
return FALSE;
|
|
@@ -1283,7 +1283,7 @@ BOOL CSIACP::SCBC_CheckMAC()
|
|
|
}
|
|
|
|
|
|
byte bydata = (byte)rtn.data.at(0);
|
|
|
- if (bydata == 0x03 || bydata == 0x01)
|
|
|
+ if (bydata == 0x01 || bydata == 0x03 || bydata == 0x07)
|
|
|
return TRUE;
|
|
|
else
|
|
|
return FALSE;
|