mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-06 04:51:36 -07:00
[st25tb] Update intertic.py to support Colmar (Trace / Keolis) ID
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com>
This commit is contained in:
parent
5de4dd68e5
commit
a33ea4dc6e
1 changed files with 3 additions and 0 deletions
|
@ -305,6 +305,9 @@ FRA_OrganizationalAuthority_Contract_Provider = {
|
||||||
0x021: {
|
0x021: {
|
||||||
1: InterticHelper('Bordeaux', 'TBM / Keolis', Describe_Usage_1_1),
|
1: InterticHelper('Bordeaux', 'TBM / Keolis', Describe_Usage_1_1),
|
||||||
},
|
},
|
||||||
|
0x040: {
|
||||||
|
28: InterticHelper('Colmar', 'Trace / Keolis', Describe_Usage_1_1),
|
||||||
|
},
|
||||||
0x057: {
|
0x057: {
|
||||||
1: InterticHelper('Lyon', 'TCL / Keolis', Describe_Usage_1), # Strange usage ?, kept on generic 1
|
1: InterticHelper('Lyon', 'TCL / Keolis', Describe_Usage_1), # Strange usage ?, kept on generic 1
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue