mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
Merge branch 'ofw_dev' into dev [ci skip]
This commit is contained in:
commit
dd4f873439
1 changed files with 1 additions and 2 deletions
|
@ -518,8 +518,7 @@ static bool
|
|||
DolphinDeedNfcAddSave :
|
||||
DolphinDeedNfcSave);
|
||||
|
||||
const NfcProtocol protocol =
|
||||
instance->protocols_detected[instance->protocols_detected_selected_idx];
|
||||
const NfcProtocol protocol = nfc_device_get_protocol(instance->nfc_device);
|
||||
consumed =
|
||||
nfc_protocol_support[protocol]->scene_save_name.on_event(instance, event);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue