mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:17:20 +08:00
commander: increase maximum COM_SPOOLUP_TIME to 30s (for helis)
This commit is contained in:
@@ -1038,7 +1038,7 @@ PARAM_DEFINE_INT32(COM_ARM_SDCARD, 1);
|
|||||||
*
|
*
|
||||||
* @group Commander
|
* @group Commander
|
||||||
* @min 0
|
* @min 0
|
||||||
* @max 5
|
* @max 30
|
||||||
* @unit s
|
* @unit s
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(COM_SPOOLUP_TIME, 1.0f);
|
PARAM_DEFINE_FLOAT(COM_SPOOLUP_TIME, 1.0f);
|
||||||
|
|||||||
Reference in New Issue
Block a user