Skip to content

Commit

Permalink
Default MAVLink component ID to 1, since that is the more common assu…
Browse files Browse the repository at this point in the history
…mption in the field
  • Loading branch information
LorenzMeier committed Jul 6, 2015
1 parent 5f586fc commit 6fe717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mavlink/mavlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fe717b

Please sign in to comment.