Fix writing with platform detect

This commit is contained in:
Willy-JL
2025-03-19 06:05:19 +00:00
parent 121ce315c1
commit 27c977b7c2

View File

@@ -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) {