mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
add l/h option to hw tune and optimize order of tuning
This commit is contained in:
parent
6fcb5dda51
commit
fdcfbdcc21
8 changed files with 69 additions and 22 deletions
|
@ -566,3 +566,7 @@ void Fpga_print_status(void)
|
|||
else if(downloaded_bitstream == FPGA_BITSTREAM_LF) Dbprintf(" mode.............LF");
|
||||
else Dbprintf(" mode.............%d", downloaded_bitstream);
|
||||
}
|
||||
|
||||
int FpgaGetCurrent() {
|
||||
return downloaded_bitstream;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue