hf 14a config - now use cliparser

This commit is contained in:
tcprst 2020-12-30 22:42:46 -05:00
commit a9f4f4f804
No known key found for this signature in database
GPG key ID: 9145EAF5121AED25
5 changed files with 108 additions and 170 deletions

View file

@ -142,7 +142,7 @@ void printHf14aConfig(void) {
Dbprintf(" [b] BCC override........%i %s%s%s",
hf14aconfig.forcebcc,
(hf14aconfig.forcebcc == 0) ? "( " _GREEN_("No") " ) follow standard" : "",
(hf14aconfig.forcebcc == 1) ? "( " _RED_("Yes") " ) always do CL2" : "",
(hf14aconfig.forcebcc == 1) ? "( " _RED_("Yes") " ) force fix of bad BCC" : "",
(hf14aconfig.forcebcc == 2) ? "( " _RED_("Yes") " ) always use card BCC" : ""
);
Dbprintf(" [2] CL2 override........%i %s%s%s",