From 97600ee65649fdacdca6e072e7d496bd169979d6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 30 Sep 2019 13:38:50 +0200 Subject: [PATCH] iir available --- client/cmddata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmddata.c b/client/cmddata.c index 23043cd98..e55b34909 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -2243,7 +2243,7 @@ static command_t CommandTable[] = { {"tune", CmdTuneSamples, IfPm3Present, "Get hw tune samples for graph window"}, {"undec", CmdUndec, AlwaysAvailable, "Un-decimate samples by 2"}, {"zerocrossings", CmdZerocrossings, AlwaysAvailable, "Count time between zero-crossings"}, - {"iir", CmdDataIIR, IfPm3Present, "apply IIR buttersworth filter on plotdata"}, + {"iir", CmdDataIIR, AlwaysAvailable, "apply IIR buttersworth filter on plotdata"}, {NULL, NULL, NULL, NULL} };