From 352850d158dd799d039b95b1368ce39822e7610d Mon Sep 17 00:00:00 2001 From: Yann GASCUEL <34003959+lnv42@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:33:44 +0100 Subject: [PATCH] iso15: update TODO / BUGS / ISSUES with support of iso15 2SC sniff --- armsrc/iso15693.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index c064d7733..ac5c0fdaa 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -54,7 +54,7 @@ // *) signal decoding is unable to detect collisions. // *) add anti-collision support for inventory-commands // *) read security status of a block -// *) sniffing and simulation do not support two subcarrier modes. +// *) simulation do not support two subcarrier modes. // *) remove or refactor code under "deprecated" // *) document all the functions