mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
FIXED: lf t55xx fsk now demods but only to binary.
ADD: holimans lf io / hid fskdemod changes.
This commit is contained in:
parent
fbceacc5b8
commit
72e930ef32
10 changed files with 272 additions and 355 deletions
|
@ -48,6 +48,11 @@ void SendCommand(UsbCommand *c) {
|
|||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
The while-loop below causes hangups at times, when the pm3 unit is unresponsive
|
||||
or disconnected. The main console thread is alive, but comm thread just spins here.
|
||||
Not good.../holiman
|
||||
**/
|
||||
while(txcmd_pending);
|
||||
txcmd = *c;
|
||||
txcmd_pending = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue