mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: added @marshmellow42 's changes to "lfdemod"
This commit is contained in:
parent
9206d3b034
commit
7fa7e812fc
2 changed files with 20 additions and 16 deletions
|
@ -258,7 +258,7 @@ int CmdHFTopazReader(const char *Cmd) {
|
|||
uint8_t rid_response[8];
|
||||
uint8_t *uid_echo = &rid_response[2];
|
||||
uint8_t rall_response[130];
|
||||
bool verbose = true;
|
||||
bool verbose = TRUE;
|
||||
|
||||
char ctmp = param_getchar(Cmd, 0);
|
||||
if ( ctmp == 'S' || ctmp == 's') verbose = FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue