mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-16 21:38:39 +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 :
|
DolphinDeedNfcAddSave :
|
||||||
DolphinDeedNfcSave);
|
DolphinDeedNfcSave);
|
||||||
|
|
||||||
const NfcProtocol protocol =
|
const NfcProtocol protocol = nfc_device_get_protocol(instance->nfc_device);
|
||||||
instance->protocols_detected[instance->protocols_detected_selected_idx];
|
|
||||||
consumed =
|
consumed =
|
||||||
nfc_protocol_support[protocol]->scene_save_name.on_event(instance, event);
|
nfc_protocol_support[protocol]->scene_save_name.on_event(instance, event);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue