cleaned up SLIX code

added callbacks for card-specific ISO15693-3 handling
This commit is contained in:
g3gg0
2022-11-29 01:00:41 +01:00
parent 67f8f5a014
commit 1b6b4b6522
10 changed files with 491 additions and 329 deletions

View File

@@ -11,7 +11,7 @@ typedef enum {
static bool nfc_scene_nfcv_unlock_worker_callback(NfcWorkerEvent event, void* context) {
Nfc* nfc = context;
NfcVSlixLData* data = &nfc->dev->dev_data.nfcv_data.sub_data.slix_l;
NfcVSlixData* data = &nfc->dev->dev_data.nfcv_data.sub_data.slix;
if(event == NfcWorkerEventNfcVPassKey) {
memcpy(data->key_privacy, nfc->byte_input_store, 4);