mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08:00
less messages in t55xx, arm side
This commit is contained in:
parent
e524c3e89e
commit
8ae5fef830
1 changed files with 1 additions and 1 deletions
|
@ -2041,7 +2041,7 @@ void T55xxReadBlock(uint8_t page, bool pwd_mode, bool brute_mem, uint8_t block,
|
|||
|
||||
// Acquisition
|
||||
// Now do the acquisition
|
||||
DoPartialAcquisition(0, true, samples, 1000);
|
||||
DoPartialAcquisition(0, false, samples, 1000);
|
||||
|
||||
// Turn the field off
|
||||
if (brute_mem == false) {
|
||||
|
|
Loading…
Reference in a new issue