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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user