mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
Fix writing with platform detect
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user