Add API to enforce ISO15693 mode #3885
+140
−3
Open
Task list completed / task-list-completed
Started
2024-11-01 20:57:45
ago
0 / 3 tasks completed
3 tasks still to be completed
Details
Required Tasks
Task | Status |
---|---|
Adds a new API to the NFC parser to allow applications to enforce a specific parsing mode. Some apps, such as Picopass, will always use one of the modes, so disabling autodetection can help to prevent issues resulting from incorrectly autodetecting the state (i.e. due to noise). It also includes a way to re-enable autodetection, should that be useful in the future. | Incomplete |
Build a modified version of the Picopass app which calls the new nfc_iso15693_force_1outof4 method and emulate a card. Scanning the card on the reader no longer causes the Flipper to crash when the reader has LF enabled. |
Incomplete |
PR has description of feature/bug or link to Confluence/Jira task | Incomplete |
Description contains actions to verify feature/bugfix | Incomplete |
I've built this code, uploaded it to the device and verified feature/bugfix | Incomplete |
Loading