From a32f1520db0032f5c659029472486f1079dbc0d9 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 6 Apr 2020 06:55:51 +0200 Subject: [PATCH] chg: hf legic eload/esave - always available --- client/cmdhflegic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdhflegic.c b/client/cmdhflegic.c index 8fc3ed357..f39d545f0 100644 --- a/client/cmdhflegic.c +++ b/client/cmdhflegic.c @@ -1359,8 +1359,8 @@ static command_t CommandTable[] = { {"sim", CmdLegicSim, IfPm3Legicrf, "Start tag simulator"}, {"wrbl", CmdLegicWrbl, IfPm3Legicrf, "Write data to a LEGIC Prime tag"}, {"crc", CmdLegicCalcCrc, AlwaysAvailable, "Calculate Legic CRC over given bytes"}, - {"eload", CmdLegicELoad, IfPm3Legicrf, "Load binary dump to emulator memory"}, - {"esave", CmdLegicESave, IfPm3Legicrf, "Save emulator memory to binary file"}, + {"eload", CmdLegicELoad, AlwaysAvailable, "Load binary dump to emulator memory"}, + {"esave", CmdLegicESave, AlwaysAvailable, "Save emulator memory to binary file"}, {"wipe", CmdLegicWipe, IfPm3Legicrf, "Wipe a LEGIC Prime tag"}, {NULL, NULL, NULL, NULL} };