commander: increase maximum COM_SPOOLUP_TIME to 30s (for helis)

This commit is contained in:
Beat Küng
2022-08-26 15:33:02 +02:00
parent 2635e2c386
commit d38c02fd6a
+1 -1
View File
@@ -1038,7 +1038,7 @@ PARAM_DEFINE_INT32(COM_ARM_SDCARD, 1);
*
* @group Commander
* @min 0
* @max 5
* @max 30
* @unit s
*/
PARAM_DEFINE_FLOAT(COM_SPOOLUP_TIME, 1.0f);