mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
- Restored the 'reset' command
- Linux client: detects offline mode and blocks commands which need a connected Proxmark3 (still do to on Windows)
This commit is contained in:
parent
0e25ae1102
commit
d722c4ce78
7 changed files with 59 additions and 33 deletions
|
@ -704,6 +704,7 @@ void UsbPacketReceived(BYTE *packet, int len)
|
|||
#endif
|
||||
case CMD_SETUP_WRITE:
|
||||
case CMD_FINISH_WRITE:
|
||||
case CMD_HARDWARE_RESET:
|
||||
USB_D_PLUS_PULLUP_OFF();
|
||||
SpinDelay(1000);
|
||||
SpinDelay(1000);
|
||||
|
@ -713,6 +714,7 @@ void UsbPacketReceived(BYTE *packet, int len)
|
|||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
DbpString("unknown command");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue