Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfehr committed Mar 27, 2023
1 parent 6f258af commit 47f1d28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public void onTagDiscovered(Tag tag) {

BerTlvParser parser = new BerTlvParser();
BerTlvs tlv4Fs = parser.parse(selectPpseResponseOk);
// by searching for tag 4f
// find all entries for tag 0x4f
List<BerTlv> tag4fList = tlv4Fs.findAll(new BerTag(0x4F));
if (tag4fList.size() < 1) {
writeToUiAppend("there is no tag 0x4F available, stopping here");
Expand Down

0 comments on commit 47f1d28

Please sign in to comment.