Skip to content

Commit

Permalink
nfc: st25tb: move to mode request state after success
Browse files Browse the repository at this point in the history
  • Loading branch information
augustozanellato committed Nov 23, 2023
1 parent 2892232 commit 543ceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nfc/protocols/st25tb/st25tb_poller.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ NfcCommand st25tb_poller_success_handler(St25tbPoller* instance) {
instance->st25tb_event.type = St25tbPollerEventTypeSuccess;
command = instance->callback(instance->general_event, instance->context);
furi_delay_ms(100);
instance->state = St25tbPollerStateSelect;
instance->state = St25tbPollerStateRequestMode;

return command;
}
Expand Down

0 comments on commit 543ceae

Please # to comment.