From 1aa9304b638eacff7f491836d44db16612807ddd Mon Sep 17 00:00:00 2001 From: ChristophTobler Date: Fri, 30 Oct 2015 15:06:47 +0100 Subject: [PATCH] Logging rate was limited to 1 Hz I set the maximum to 100 Hz, since most SD cards are not fast enough for more. (but more is still possible with forcing) --- src/modules/sdlog2/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sdlog2/params.c b/src/modules/sdlog2/params.c index 77575e2ad3..af1c6287f9 100644 --- a/src/modules/sdlog2/params.c +++ b/src/modules/sdlog2/params.c @@ -43,7 +43,7 @@ * commonly is before arming). * * @min -1 - * @max 1 + * @max 100 * @group SD Logging */ PARAM_DEFINE_INT32(SDLOG_RATE, -1);