Skip to content

Commit

Permalink
offline copy IC/ID: don't skip HF if LK ok
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Aug 24, 2023
1 parent 7f56911 commit 938f2b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firmware/application/src/app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,6 @@ static void btn_fn_copy_ic_uid(void) {
tag_emulation_load_by_buffer(TAG_TYPE_EM410X, false);
NRF_LOG_INFO("Offline LF uid copied")
offline_status_ok();
// no need to check for HF tag if we already cloned a LF tag
goto exit;
} else {
NRF_LOG_INFO("No LF tag found");
offline_status_error();
Expand Down

0 comments on commit 938f2b3

Please sign in to comment.