-
-
Notifications
You must be signed in to change notification settings - Fork 384
Add Saflok Emulation Support #461
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
Conversation
Marking as draft, awaiting merge of Xero firmware updates. |
No idea when or why I added this lol
// This is the default log header for cards with no log data | ||
// 00 00 00 00 00 00 00 00 00 00 00 C1 00 00 00 00 | ||
if(block == 4) { | ||
mfc_data->block[block].data[11] = 0xC1; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works on my MT lock, but I'd like more testing to verify it works on others as well.
I should also note that this PR should be merged first: flipperdevices/flipperzero-firmware#4261 |
Superseded by #474 |
Superseded by #474
What's new
For the reviewer