mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: revert fpga_major mode in LF.
chg: 'lf t55xx deviceconfig' - persistence to flashmem is now option with param P
This commit is contained in:
parent
b89b62164d
commit
dc67b5d7c9
10 changed files with 117 additions and 49 deletions
|
@ -110,8 +110,8 @@ void FillFileNameByUID(char *filenamePrefix, uint8_t *uid, const char *ext, int
|
|||
return;
|
||||
}
|
||||
|
||||
int len=0;
|
||||
len=strlen(filenamePrefix);
|
||||
int len = 0;
|
||||
len = strlen(filenamePrefix);
|
||||
//memset(fn, 0x00, FILE_PATH_SIZE);
|
||||
|
||||
for (int j = 0; j < uidlen; j++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue