Skip to content

Commit

Permalink
[FL-3576] Ultralight static lock bytes implementation (flipperdevices…
Browse files Browse the repository at this point in the history
…#3094)

* Function for static lock bytes processing added

* Static lock bytes processing added to preparation and CMD_WRITE

* Static lock bytes added to COMP_WRITE command
  • Loading branch information
RebornedBrain committed Sep 21, 2023
1 parent 630237b commit b0c337f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nfc/protocols/mf_ultralight/mf_ultralight_listener.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ MfUltralightListener* mf_ultralight_listener_alloc(
instance->mirror.ascii_mirror_data = furi_string_alloc();
instance->iso14443_3a_listener = iso14443_3a_listener;
instance->data = data;
mf_ultralight_static_lock_bytes_prepare(instance);
mf_ultralight_listener_prepare_emulation(instance);
mf_ultralight_composite_command_reset(instance);
instance->sector = 0;
Expand Down

0 comments on commit b0c337f

Please sign in to comment.