iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
466 stars 116 forks source link

ListenReaderField device side cancle #250

Closed Defensor7 closed 6 years ago

Defensor7 commented 6 years ago

Added to appmain.c ListenReaderField: while(!usb_poll_validate_length()) { ... } DbpString("Stopped"); break;

iceman1001 commented 6 years ago

Why have two loops doing the same? And see note about prefered pattern for debug messages..