forked from Archive/PX4-Autopilot
Default MAVLink component ID to 1, since that is the more common assumption in the field
This commit is contained in:
parent
5f586fc354
commit
6fe717b17a
|
@ -60,7 +60,7 @@ PARAM_DEFINE_INT32(MAV_SYS_ID, 1);
|
|||
* @min 1
|
||||
* @max 250
|
||||
*/
|
||||
PARAM_DEFINE_INT32(MAV_COMP_ID, 50);
|
||||
PARAM_DEFINE_INT32(MAV_COMP_ID, 1);
|
||||
|
||||
/**
|
||||
* MAVLink Radio ID
|
||||
|
|
Loading…
Reference in New Issue