mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
Commander: Limit data link loss params to save ranges
This commit is contained in:
@@ -99,7 +99,7 @@ PARAM_DEFINE_FLOAT(TRIM_YAW, 0.0f);
|
||||
*
|
||||
* @group Commander
|
||||
* @unit s
|
||||
* @min 0
|
||||
* @min 5
|
||||
* @max 300
|
||||
* @decimal 1
|
||||
* @increment 0.5
|
||||
@@ -115,7 +115,7 @@ PARAM_DEFINE_INT32(COM_DL_LOSS_T, 10);
|
||||
* @group Commander
|
||||
* @unit s
|
||||
* @min 0
|
||||
* @max 30
|
||||
* @max 3
|
||||
* @decimal 1
|
||||
* @increment 0.5
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user