Merge branch 'master' of github.com:DragonMinded/ACIOLauncher

This commit is contained in:
Jennifer 2019-06-30 22:30:14 -07:00
commit a6c1471a0e
1 changed files with 4 additions and 1 deletions

View File

@ -445,6 +445,9 @@ reader_type_t ACIO::getReaderType( HANDLE hSerial, unsigned int id )
if (strcmp(code, "ICCB") == 0) {
return TYPE_READER;
}
if (strcmp(code, "ICCC") == 0) {
return TYPE_READER;
}
if (strcmp(code, "HBHI") == 0) {
return TYPE_DISPENSER;
}