mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08:00
less messages in t55xx
This commit is contained in:
parent
e0b491fc76
commit
e524c3e89e
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ static int CmdT55xxSetConfig(const char *Cmd) {
|
|||
return printConfiguration(config);
|
||||
}
|
||||
int T55xxReadBlock(uint8_t block, bool page1, bool usepwd, uint8_t override, uint32_t password, uint8_t downlink_mode) {
|
||||
return T55xxReadBlockEx(block, page1, usepwd, override, password, downlink_mode, true);
|
||||
return T55xxReadBlockEx(block, page1, usepwd, override, password, downlink_mode, false);
|
||||
}
|
||||
|
||||
int T55xxReadBlockEx(uint8_t block, bool page1, bool usepwd, uint8_t override, uint32_t password, uint8_t downlink_mode, bool verbose) {
|
||||
|
|
Loading…
Reference in a new issue