mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 09:30:35 +08:00
datalink check: ignore onboard computer
This commit is contained in:
@@ -128,3 +128,13 @@ PARAM_DEFINE_INT32(COM_DL_LOSS_T, 10);
|
||||
* @max 30
|
||||
*/
|
||||
PARAM_DEFINE_INT32(COM_DL_REG_T, 0);
|
||||
|
||||
/** Onboard computer system id
|
||||
*
|
||||
* The system id of the onboard computer. Heartbeats from this system are ignored during the datalink check
|
||||
*
|
||||
* @group commander
|
||||
* @min 0
|
||||
* @max 255
|
||||
*/
|
||||
PARAM_DEFINE_INT32(COM_ONBSYSID, 42);
|
||||
|
||||
Reference in New Issue
Block a user