Support adding and removing new Ultralight C keys

This commit is contained in:
noproto
2024-11-10 16:19:44 -05:00
parent 147a81c38e
commit c3b8c54aa0
15 changed files with 409 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ static const DolphinDeedWeight dolphin_deed_weights[] = {
{3, DolphinAppNfc}, // DolphinDeedNfcSave
{1, DolphinAppNfc}, // DolphinDeedNfcDetectReader
{2, DolphinAppNfc}, // DolphinDeedNfcEmulate
{2, DolphinAppNfc}, // DolphinDeedNfcMfcAdd
{2, DolphinAppNfc}, // DolphinDeedNfcKeyAdd
{1, DolphinAppNfc}, // DolphinDeedNfcAddSave
{1, DolphinAppNfc}, // DolphinDeedNfcAddEmulate

View File

@@ -36,7 +36,7 @@ typedef enum {
DolphinDeedNfcSave,
DolphinDeedNfcDetectReader,
DolphinDeedNfcEmulate,
DolphinDeedNfcMfcAdd,
DolphinDeedNfcKeyAdd,
DolphinDeedNfcAddSave,
DolphinDeedNfcAddEmulate,