Aggiunta compatibilità con Honeywell CT60
This commit is contained in:
@@ -45,6 +45,7 @@ public class HoneyWellBarcodeReader implements BarcodeReaderInterface {
|
||||
List<String> compatibleModels = new ArrayList<String>();
|
||||
compatibleModels.add("EDA50");
|
||||
compatibleModels.add("EDA51");
|
||||
compatibleModels.add("CT60");
|
||||
|
||||
if(compatibleModels.contains(model)) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user