From b7e5e0ce65f01714b8714f02873ce34297bb7d14 Mon Sep 17 00:00:00 2001 From: Benjamin DELPY Date: Mon, 6 Dec 2021 21:19:34 +0100 Subject: [PATCH 1/2] Update nfc-st25tb.c Add ```FR/Dijon/Divia``` to ST25TB512-AT chip --- examples/nfc-st25tb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nfc-st25tb.c b/examples/nfc-st25tb.c index bcca55b..9e2795b 100644 --- a/examples/nfc-st25tb.c +++ b/examples/nfc-st25tb.c @@ -50,7 +50,7 @@ * * Tested with * - 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) * - SRI512 - legacy - (anonymous vending machine) */ @@ -606,4 +606,4 @@ void print_hex(const uint8_t *pbtData, const size_t szBytes) { printf("%02hhx ", pbtData[szPos]); } -} \ No newline at end of file +} From b087e84888916bd37261534e7ad3219a0f01b7c2 Mon Sep 17 00:00:00 2001 From: Benjamin DELPY Date: Sun, 1 May 2022 18:59:31 +0200 Subject: [PATCH 2/2] Update nfc-st25tb.c Add FR/Strasbourg/CTS --- examples/nfc-st25tb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nfc-st25tb.c b/examples/nfc-st25tb.c index 9e2795b..74a0131 100644 --- a/examples/nfc-st25tb.c +++ b/examples/nfc-st25tb.c @@ -50,7 +50,7 @@ * * Tested with * - ST25TB512-AC - (BE/Brussels/STIB ; AliExpress ones) - * - ST25TB512-AT - (FR/Lille/Ilevia ; FR/Reims/Citura ; FR/Dijon/Divia) + * - ST25TB512-AT - (FR/Lille/Ilevia ; FR/Reims/Citura ; FR/Dijon/Divia ; FR/Strasbourg/CTS) * - SRT512 - legacy - (FR/Bordeaux/TBM) * - SRI512 - legacy - (anonymous vending machine) */