restrict the AVG_CODE_ERROR for I2of5 barcodes

pull/252/head
Gregory Benner 8 years ago
parent eff0c5ad12
commit ef513ce87a
No known key found for this signature in database
GPG Key ID: 20AAFB5935109E08

@ -38,7 +38,7 @@ var N = 1,
[N, W, N, W, N]
]},
SINGLE_CODE_ERROR: {value: 0.78, writable: true},
AVG_CODE_ERROR: {value: 0.38, writable: true},
AVG_CODE_ERROR: {value: 0.25, writable: true},
MAX_CORRECTION_FACTOR: {value: 5},
FORMAT: {value: "i2of5"}
};

Loading…
Cancel
Save