mirror of https://github.com/ArduPilot/ardupilot
Tracker: stream BATTERY_STATUS by default
... if a user has set up a monitor they almost certainly want this
This commit is contained in:
parent
ca32c8a873
commit
77afdf1539
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue