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)
This commit is contained in:
ChristophTobler
2015-10-30 15:06:47 +01:00
parent 8137a26122
commit 1aa9304b63
+1 -1
View File
@@ -43,7 +43,7 @@
* commonly is before arming).
*
* @min -1
* @max 1
* @max 100
* @group SD Logging
*/
PARAM_DEFINE_INT32(SDLOG_RATE, -1);