Skip to content

Commit

Permalink
Update nfc_playlist_worker.c
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Dec 19, 2023
1 parent 8b2e4cf commit df9aa70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/worker/nfc_playlist_worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,8 @@ bool nfc_playlist_worker_is_emulating(NfcPlaylistWorker* nfc_playlist_worker) {
}

void nfc_playlist_worker_set_nfc_data(NfcPlaylistWorker* nfc_playlist_worker, char* file_path) {

FURI_LOG_I("NfcPlaylistWorker", "nfc_playlist_worker_set_nfc_data: %s", file_path);

nfc_device_clear(nfc_playlist_worker->nfc_device);
nfc_device_load(nfc_playlist_worker->nfc_device, file_path);

nfc_playlist_worker->nfc_protocol = nfc_device_get_protocol(nfc_playlist_worker->nfc_device);
}

Expand Down

0 comments on commit df9aa70

Please sign in to comment.