From: marshmellow42 Date: Wed, 5 Jul 2017 16:11:48 +0000 (-0400) Subject: fix some iclass reader bugs (#350) X-Git-Tag: v3.1.0~194 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/979c76556a665499ee946cdb143d3fe3768286cb?hp=979c76556a665499ee946cdb143d3fe3768286cb fix some iclass reader bugs (#350) endless loop in reader if no tag was found button press on pm3 did not cancel. led_b was left on in some cases also moved 14b detection to last in hf search to help speed up the command for the other tags. 14b is slow (does multiple tests) Thanks to @Fl0-0 and @pwpiwi for their idenfication of some of the issues. ---