From b7e5e0ce65f01714b8714f02873ce34297bb7d14 Mon Sep 17 00:00:00 2001 From: Benjamin DELPY Date: Mon, 6 Dec 2021 21:19:34 +0100 Subject: [PATCH] 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 +}