From 38ed4a2dd6bab1e18b7e2d2dcde4b287aeb4b667 Mon Sep 17 00:00:00 2001 From: Hwurzburg Date: Thu, 20 May 2021 08:08:46 -0500 Subject: [PATCH] ArduPlane: make centideg metadata incr and range consistent --- ArduPlane/quadplane.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduPlane/quadplane.cpp b/ArduPlane/quadplane.cpp index d7cabcf9e4..ac25f04980 100644 --- a/ArduPlane/quadplane.cpp +++ b/ArduPlane/quadplane.cpp @@ -20,6 +20,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = { // @DisplayName: Angle Max // @Description: Maximum lean angle in all VTOL flight modes // @Units: cdeg + // @Increment: 10 // @Range: 1000 8000 // @User: Advanced AP_GROUPINFO("ANGLE_MAX", 10, QuadPlane, aparm.angle_max, 3000),