mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: unified code
This commit is contained in:
parent
d998602690
commit
6b9e5e0400
3 changed files with 4 additions and 7 deletions
|
@ -878,8 +878,7 @@ int CmdLFfind(const char *Cmd) {
|
|||
if (isOnline) {
|
||||
// only run if graphbuffer is just noise as it should be for hitag
|
||||
// The improved noise detection will find Cotag.
|
||||
signal_t *sp = getSignalProperties();
|
||||
if (sp->isnoise) {
|
||||
if (getSignalProperties()->isnoise) {
|
||||
|
||||
PrintAndLogEx(INFO, "Signal looks just like noise. Looking for Hitag signal now.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue