From 27c977b7c2b4aa8219d778692502a17f991d0bd9 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Wed, 19 Mar 2025 06:05:19 +0000 Subject: [PATCH] Fix writing with platform detect --- lib/nfc/protocols/type_4_tag/type_4_tag_poller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nfc/protocols/type_4_tag/type_4_tag_poller.c b/lib/nfc/protocols/type_4_tag/type_4_tag_poller.c index 4a8e984fc..5a978d08a 100644 --- a/lib/nfc/protocols/type_4_tag/type_4_tag_poller.c +++ b/lib/nfc/protocols/type_4_tag/type_4_tag_poller.c @@ -76,7 +76,7 @@ static NfcCommand type_4_tag_poller_handler_detect_platform(Type4TagPoller* inst } instance->state = Type4TagPollerStateSelectApplication; - return NfcCommandContinue; + return NfcCommandReset; } static NfcCommand type_4_tag_poller_handler_select_app(Type4TagPoller* instance) {