NFC: ISO 15693-3 emulation READ_MULTI and GET_BLOCK_SECURITY fixes (#501)

* Fix ISO15693 crash (hopefully)

* NFC: Fix off-by-one block count in ISO 15693-3 READ MULTI command

* NFC: Handle 256 long BLOCK SECURITY response and too large READ MULTI
response

* Move the define so correlation is clearer

* Oops

* Change to no reply if too many blocks requested than can be handled

* Update CHANGELOG.md

---------

Co-authored-by: WillyJL <me@willyjl.dev>
This commit is contained in:
Aaron Tulino
2026-01-25 15:47:12 -07:00
committed by GitHub
parent c94b5505b7
commit c176524fca
5 changed files with 35 additions and 6 deletions

View File

@@ -42,6 +42,7 @@
- UL: Nice Flor S remove extra uint64 variable (by @xMasterX)
- NFC:
- Fix sending 32+ byte ISO 15693-3 commands (by @WillyJL)
- Fixes to `READ_MULTI` and `GET_BLOCK_SECURITY` commands in ISO 15693-3 emulation (#501 by @WillyJL & aaronjamt)
- UL: Fix LED not blinking at SLIX unlock (by @xMasterX)
- UL: UI: Some small changes (by @xMasterX)