mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-24 15:00:35 +08:00
HITL handling: Enforce the use of the activation parameter for HITL configuration
This commit is contained in:
@@ -64,6 +64,18 @@ PARAM_DEFINE_INT32(SYS_AUTOSTART, 0);
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SYS_AUTOCONFIG, 0);
|
||||
|
||||
/**
|
||||
* Enable HITL mode on next boot
|
||||
*
|
||||
* Set to 1 to enable HITL on next boot. The system will automatically
|
||||
* reset it on reboot.
|
||||
*
|
||||
* @value 0 HITL off
|
||||
* @value 1 HITL on
|
||||
* @group System
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SYS_HITL, 0);
|
||||
|
||||
/**
|
||||
* Set usage of IO board
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user