mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-29 02:08:10 -07:00
Added callback for read_on_event
This commit is contained in:
@@ -167,7 +167,7 @@ const NfcProtocolSupportBase nfc_protocol_support_mf_ultralight = {
|
|||||||
.scene_read =
|
.scene_read =
|
||||||
{
|
{
|
||||||
.on_enter = nfc_scene_read_on_enter_mf_ultralight,
|
.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 =
|
.scene_read_menu =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user