mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual
This commit is contained in:
parent
158251b2d9
commit
76791bde0a
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ bool ParamLoadFromJson(struct tlvdb *tlv) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "Load params: json(%zu) " _GREEN_("OK"), json_array_size(root));
|
PrintAndLogEx(SUCCESS, "Load params: json(%zu) (%s)", json_array_size(root), _GREEN_("OK"));
|
||||||
|
|
||||||
for (int i = 0; i < json_array_size(root); i++) {
|
for (int i = 0; i < json_array_size(root); i++) {
|
||||||
json_t *data, *jtag, *jlength, *jvalue;
|
json_t *data, *jtag, *jlength, *jvalue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue