Implement real callbacks for load/save prefs

This commit is contained in:
Philippe Teuwen
2020-06-01 23:44:41 +02:00
parent 447105511a
commit 72987d562f
13 changed files with 35 additions and 35 deletions

View File

@@ -495,7 +495,7 @@ static int CmdHFCryptoRFESave(const char *Cmd) {
//needs to change
saveFileEML(filename, data, numofbytes, 8);
//needs to change
saveFileJSON(filename, jsfRaw, data, numofbytes);
saveFileJSON(filename, jsfRaw, data, numofbytes, NULL);
return PM3_SUCCESS;
}