Aggiunto supporto a Zebra TC20.

Fix vari.
This commit is contained in:
2020-11-10 15:20:50 +01:00
parent 4e8fe26c6b
commit 1310b34a8d
9 changed files with 66 additions and 10 deletions

View File

@@ -35,6 +35,8 @@ public class ZebraBarcodeReader implements BarcodeReaderInterface {
return true;
} else if(model.equalsIgnoreCase("TC200J")) {
return true;
} else if(model.equalsIgnoreCase("TC20")) {
return true;
} else return false;
}