Fix T5577 reset function
What's new
In the t5577_write_reset the opcode transmitted was 0b10, according to any T5577 documentation the opcode for reset mode is 0b00. For future implementations I added the possibility to select the page to write.
Verification
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
@v0lp3 this PR breaks writing to 5577 completely
Here is simple test set, please ensure that all cards from this set can be written and then read back. After that reopen PR.
@v0lp3 this PR breaks writing to 5577 completely
Here is simple test set, please ensure that all cards from this set can be written and then read back. After that reopen PR.
I think this was caused by the problem @DrZlo13 pointed out, now should be ok. Onestly I don't have a T5577 to test read/write at the moment, more than once I bought T5577 rfid tags but every time flipper fails to write them, so if you, or anyone else, could test this code for me I would be grateful.