From 5e4243e5a1b83d8e8ea3601b580e62c2f40b7dac Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 13 Sep 2019 00:51:18 +0200 Subject: [PATCH] Disable lf paradox sim, which needs non-existing GetParadoxBits --- client/cmdlfparadox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdlfparadox.c b/client/cmdlfparadox.c index 8a1a940c5..74e7ce6a1 100644 --- a/client/cmdlfparadox.c +++ b/client/cmdlfparadox.c @@ -161,7 +161,7 @@ static command_t CommandTable[] = { {"demod", CmdParadoxDemod, AlwaysAvailable, "Demodulate a Paradox FSK tag from the GraphBuffer"}, {"read", CmdParadoxRead, IfPm3Lf, "Attempt to read and Extract tag data from the antenna"}, // {"clone", CmdParadoxClone, IfPm3Lf, "clone paradox tag"}, - {"sim", CmdParadoxSim, IfPm3Lf, "simulate paradox tag"}, +// {"sim", CmdParadoxSim, IfPm3Lf, "simulate paradox tag"}, {NULL, NULL, NULL, NULL} };