chore: add CRC fiat support

This commit is contained in:
Neal 2023-02-22 11:39:26 -05:00
parent a06e392bea
commit 1fc34de79d

View file

@ -94,6 +94,18 @@ export default {
}, },
polymer: false 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: { CZK: {
thickness: 0x0c, thickness: 0x0c,
lengths: { lengths: {