mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 15:16:19 +08:00
fix: ..its not noise ...
fix: only assume Graphbuffer values 128 -> -127 ...
This commit is contained in:
parent
e3ac1c586f
commit
dd0b11c0ef
1 changed files with 1 additions and 1 deletions
|
@ -1316,7 +1316,7 @@ bool AquireData( uint8_t page, uint8_t block, bool pwdmode, uint32_t password ){
|
|||
}
|
||||
setGraphBuf(got, sizeof(got));
|
||||
|
||||
return justNoise(got, sizeof(got));
|
||||
return !justNoise_int(GraphBuffer, sizeof(got));
|
||||
}
|
||||
|
||||
char * GetBitRateStr(uint32_t id, bool xmode) {
|
||||
|
|
Loading…
Reference in a new issue