mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:08:36 -07:00
NFC: Improve URI decoding in NDEF parser (#267)
* add decode_char * Skip double malloc(), can just tell printf() how long the string is * Decode URI within the same buffer * Only decode if next 2 chars are valid hex * Update changelog * Clearer code for hex decode Co-authored-by: jaylikesbunda <jaylikesbunda@users.noreply.github.com> --------- Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Co-authored-by: jaylikesbunda <jaylikesbunda@users.noreply.github.com>
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
- NFC:
|
||||
- Added 6 new Mifare Classic keys from Bulgaria Hotel (#216 by @z3r0l1nk)
|
||||
- NDEF parser supports NTAG I2C Plus 1k and 2k chips too (by @RocketGod-git)
|
||||
- NDEF parser decodes URL-encoded URI characters (#267 by @jaylikesbunda)
|
||||
- UL: Add iq aparts hotel key (by @xMasterX)
|
||||
- OFW/UL: Rename 'Detect Reader' to 'Extract MFC Keys' (by @bettse & @xMasterX)
|
||||
- OFW: Plantain parser improvements (by @assasinfil)
|
||||
|
||||
Reference in New Issue
Block a user