Commander params: add @decimal to COM_SPOOLUP_TIME

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer 2022-11-14 09:53:43 +01:00
parent 054a549dae
commit 464a7fcbed
1 changed files with 2 additions and 0 deletions

View File

@ -1033,6 +1033,8 @@ PARAM_DEFINE_INT32(COM_ARM_HFLT_CHK, 1);
* @group Commander
* @min 0
* @max 30
* @decimal 1
* @increment 0.1
* @unit s
*/
PARAM_DEFINE_FLOAT(COM_SPOOLUP_TIME, 1.0f);