mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Support adding and removing new Ultralight C keys
This commit is contained in:
@@ -702,7 +702,7 @@ void mfkey(ProgramState* program_state) {
|
||||
keys_dict_add_key(user_dict, keyarray[i].data, sizeof(MfClassicKey));
|
||||
}
|
||||
if(keyarray_size > 0) {
|
||||
dolphin_deed(DolphinDeedNfcMfcAdd);
|
||||
dolphin_deed(DolphinDeedNfcKeyAdd);
|
||||
}
|
||||
free(nonce_arr);
|
||||
keys_dict_free(user_dict);
|
||||
|
||||
Reference in New Issue
Block a user