From 0c9aaa2ae6b9b70fbf132f733c51bd90d903d56b Mon Sep 17 00:00:00 2001 From: muramura Date: Mon, 13 Jan 2025 17:10:49 +0900 Subject: [PATCH] Blimp: fix param increment description --- Blimp/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blimp/Parameters.cpp b/Blimp/Parameters.cpp index 9a267a3ea6..0f31a18f25 100644 --- a/Blimp/Parameters.cpp +++ b/Blimp/Parameters.cpp @@ -50,7 +50,7 @@ const AP_Param::Info Blimp::var_info[] = { // @User: Advanced // @Units: Hz // @Range: 0 10 - // @Increment: .5 + // @Increment: 0.5 GSCALAR(throttle_filt, "PILOT_THR_FILT", 0), // @Param: PILOT_THR_BHV