Skip to content

Commit

Permalink
Tracker: stream BATTERY_STATUS by default
Browse files Browse the repository at this point in the history
... if a user has set up a monitor they almost certainly want this
  • Loading branch information
peterbarker authored and magicrub committed Jan 7, 2024
1 parent ca32c8a commit 77afdf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AntennaTracker/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
MSG_MAG_CAL_PROGRESS,
#endif
MSG_EKF_STATUS_REPORT,
MSG_BATTERY_STATUS,
};
static const ap_message STREAM_PARAMS_msgs[] = {
MSG_NEXT_PARAM
Expand Down

0 comments on commit 77afdf1

Please sign in to comment.