chore: add CRC fiat support
This commit is contained in:
parent
a06e392bea
commit
1fc34de79d
1 changed files with 12 additions and 0 deletions
|
|
@ -94,6 +94,18 @@ export default {
|
|||
},
|
||||
polymer: false
|
||||
},
|
||||
CRC: {
|
||||
thickness: 0x0d,
|
||||
lengths: {
|
||||
1000: [0x82, 0x78],
|
||||
2000: [0x89, 0x7f],
|
||||
5000: [0x90, 0x86],
|
||||
10000: [0x97, 0x8d],
|
||||
20000: [0x9e, 0x94],
|
||||
50000: [0xaa, 0x96]
|
||||
},
|
||||
polymer: true
|
||||
},
|
||||
CZK: {
|
||||
thickness: 0x0c,
|
||||
lengths: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue