mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fix invalid country code len for lf fdxb reader command
This commit is contained in:
@@ -569,7 +569,7 @@ int demodFDXB(bool verbose) {
|
||||
|
||||
if (verbose == false) {
|
||||
PROMPT_CLEARLINE;
|
||||
PrintAndLogEx(SUCCESS, "Animal ID........... " _GREEN_("%04u-%012"PRIu64), countryCode, NationalCode);
|
||||
PrintAndLogEx(SUCCESS, "Animal ID........... " _GREEN_("%03u-%012"PRIu64), countryCode, NationalCode);
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user