mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: 'trace list 7816' - missing command
chg: 'sc raw' - inverted select logic
This commit is contained in:
parent
6faec7e981
commit
73230c8d15
3 changed files with 4 additions and 3 deletions
|
@ -200,8 +200,8 @@ int CmdSmartRaw(const char *Cmd) {
|
|||
|
||||
if (active || active_select) {
|
||||
c.arg[0] |= SC_CONNECT;
|
||||
if (active)
|
||||
c.arg[0] |= SC_NO_SELECT;
|
||||
if (active_select)
|
||||
c.arg[0] |= SC_SELECT;
|
||||
}
|
||||
|
||||
if (hexlen > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue