mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Small fixes,
Fix: removed a call to free, which I think made linux people unhappy during "lf t55xx rd 0"... Add: "lf t55xx fsk" now kind of outputs binary from "FSK2a R/40 R/50"..
This commit is contained in:
parent
7737657747
commit
7bd30f12ac
13 changed files with 346 additions and 185 deletions
|
@ -16,7 +16,7 @@ my $gitbranch = `git rev-parse --abbrev-ref HEAD`;
|
|||
my $clean = 2;
|
||||
my @compiletime = gmtime();
|
||||
|
||||
my $fullgitinfo = $gitbranch . '/' . $gitversion;
|
||||
my $fullgitinfo = 'iceman' . $gitbranch . '/' . $gitversion;
|
||||
|
||||
$fullgitinfo =~ s/(\s)//g;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue