mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 01:03:01 -07:00
show device name during flashing and change advice on hanging
This commit is contained in:
parent
0a85b72549
commit
e12b82d362
3 changed files with 14 additions and 11 deletions
|
@ -26,7 +26,7 @@ typedef struct {
|
|||
} flash_file_t;
|
||||
|
||||
int flash_load(flash_file_t *ctx, const char *name, int can_write_bl);
|
||||
int flash_start_flashing(int enable_bl_writes);
|
||||
int flash_start_flashing(int enable_bl_writes,char *serial_port_name);
|
||||
int flash_write(flash_file_t *ctx);
|
||||
void flash_free(flash_file_t *ctx);
|
||||
int flash_stop_flashing(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue