Update nfc-st25tb.c

Add ```FR/Dijon/Divia``` to ST25TB512-AT chip
This commit is contained in:
Benjamin DELPY 2021-12-06 21:19:34 +01:00 committed by GitHub
parent 3df7f25f11
commit b7e5e0ce65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@
* *
* Tested with * Tested with
* - ST25TB512-AC - (BE/Brussels/STIB ; AliExpress ones) * - ST25TB512-AC - (BE/Brussels/STIB ; AliExpress ones)
* - ST25TB512-AT - (FR/Lille/Ilevia ; FR/Reims/Citura) * - ST25TB512-AT - (FR/Lille/Ilevia ; FR/Reims/Citura ; FR/Dijon/Divia)
* - SRT512 - legacy - (FR/Bordeaux/TBM) * - SRT512 - legacy - (FR/Bordeaux/TBM)
* - SRI512 - legacy - (anonymous vending machine) * - SRI512 - legacy - (anonymous vending machine)
*/ */
@ -606,4 +606,4 @@ void print_hex(const uint8_t *pbtData, const size_t szBytes)
{ {
printf("%02hhx ", pbtData[szPos]); printf("%02hhx ", pbtData[szPos]);
} }
} }