Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMPATIBLE_WRITE command fix #3135

Conversation

RebornedBrain
Copy link
Contributor

@RebornedBrain RebornedBrain commented Oct 6, 2023

What's new

  • [ Describe changes here ]

Verification

COMPATIBILITY WRITE (NTAG213):

hf 14a raw -sck A001 - comp write to block 1
<< NAK (00)

hf 14a raw -sck A02D - comp write to block 2D (out of range)
<< NAK (00)

hf 14a raw -sck A00A - comp write to block 10
<< ACK
hf 14a raw -ac DEADBEAF00112233445566778899AABB - data
<< ACK

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

RebornedBrain and others added 30 commits August 31, 2023 14:46
Both cmds now work through one function
NtagI2C support added
Conflicts:
	firmware/targets/f7/api_symbols.csv
@gornekich gornekich merged commit 9883120 into flipperdevices:gornek/nfc_refactoring_v1 Oct 9, 2023
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants