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 +}