aboutsummaryrefslogtreecommitdiffstats
path: root/config_cmds.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-17 01:10:33 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-17 01:10:33 +0100
commitaa7eba595d41abc7342f886138b55e130b2b15a3 (patch)
tree221ca078373877c3ade395daeb4e4e77d4abfcfa /config_cmds.h
parentb891a3c3793412bad5ae74122ece655fbee06e5d (diff)
downloadagni-aa7eba595d41abc7342f886138b55e130b2b15a3.tar.gz
agni-aa7eba595d41abc7342f886138b55e130b2b15a3.zip
Added precalculated FIR filter, n=12, w_c=0.5
Diffstat (limited to 'config_cmds.h')
-rw-r--r--config_cmds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_cmds.h b/config_cmds.h
index cda9d4f..1e22d79 100644
--- a/config_cmds.h
+++ b/config_cmds.h
@@ -19,6 +19,7 @@ typedef struct single_cmd_def
#include "cmd_sha1.h"
#include "cmd_cookie.h"
#include "cmd_botu.h"
+#include "cmd_fir1p.h"
//some commands have aliases for compat with some developerslv bots
//nothing else comaptible will be added, as its not about "standarts"
@@ -34,6 +35,7 @@ single_cmd_def confgi_cmd_list[] =
{"SHA1",cmd_sha1},
{"COOKIE",cmd_cookie},
{"BOTU",cmd_botu}, {"!uptime",cmd_botu},
+ {"FIR1P",cmd_fir1p},
{NULL,NULL}
};