mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CRC optional, replaced by magic on USB
This commit is contained in:
parent
482db05741
commit
9ff841efb2
7 changed files with 75 additions and 49 deletions
|
@ -44,6 +44,11 @@ typedef struct {
|
|||
bool block_after_ACK; // if true, block after receiving an ACK package
|
||||
} communication_arg_t;
|
||||
|
||||
// Flags to tell where to add CRC on sent replies
|
||||
extern bool send_with_crc_on_usb;
|
||||
extern bool send_with_crc_on_fpc;
|
||||
// "Session" flag, to tell via which interface next msgs are sent: USB or FPC USART
|
||||
extern bool send_via_fpc;
|
||||
|
||||
void SetOffline(bool value);
|
||||
bool IsOffline(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue