OFW PR 2316: NFC V support

https://github.com/g3gg0/flipperzero-firmware/tree/ISO15693
This commit is contained in:
MX
2023-05-17 19:45:30 +03:00
parent 45ae0c097b
commit c760bca4a9
25 changed files with 3613 additions and 30 deletions

View File

@@ -55,6 +55,13 @@ bool nfc_scene_rpc_on_event(void* context, SceneManagerEvent event) {
&nfc->dev->dev_data,
nfc_scene_rpc_emulate_callback,
nfc);
} else if(nfc->dev->format == NfcDeviceSaveFormatNfcV) {
nfc_worker_start(
nfc->worker,
NfcWorkerStateNfcVEmulate,
&nfc->dev->dev_data,
nfc_scene_rpc_emulate_callback,
nfc);
} else {
nfc_worker_start(
nfc->worker, NfcWorkerStateUidEmulate, &nfc->dev->dev_data, NULL, nfc);