mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Add usart dev cmds & dynamic flash support capability
This commit is contained in:
parent
8e2d5370f9
commit
3176684f4a
18 changed files with 185 additions and 205 deletions
|
@ -46,7 +46,7 @@ typedef struct {
|
|||
bool send_with_crc_on_usb;
|
||||
bool send_with_crc_on_fpc;
|
||||
// "Session" flag, to tell via which interface next msgs are sent: USB or FPC USART
|
||||
bool send_via_fpc;
|
||||
bool send_via_fpc_usart;
|
||||
// To memorise baudrate
|
||||
uint32_t uart_speed;
|
||||
} communication_arg_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue