hid-barcode-scanner
hid-barcode-scanner copied to clipboard
Support additional encodings
Add a new custom template to allow other encodings of the code value. This helps when the code contains non printable or special characters that cannot be typed with a keyboard.
For now the most relevant are:
- Base64: {CODE_B64}
- Hex: {CODE_HEX}
Relevant issue: #214