mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
t55 output
This commit is contained in:
parent
5fc7948dc7
commit
68e6df84a4
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, false);
|
||||
return T55xxReadBlockEx(block, page1, usepwd, override, password, downlink_mode, true);
|
||||
}
|
||||
|
||||
int T55xxReadBlockEx(uint8_t block, bool page1, bool usepwd, uint8_t override, uint32_t password, uint8_t downlink_mode, bool verbose) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue