mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Added callback for read_on_event
This commit is contained in:
parent
04e28f3e39
commit
d7b54dfa66
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ const NfcProtocolSupportBase nfc_protocol_support_mf_ultralight = {
|
|||
.scene_read =
|
||||
{
|
||||
.on_enter = nfc_scene_read_on_enter_mf_ultralight,
|
||||
.on_event = nfc_protocol_support_common_on_event_empty,
|
||||
.on_event = nfc_scene_read_on_event_mf_ultralight,
|
||||
},
|
||||
.scene_read_menu =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue