Skip to content

Commit

Permalink
Blimp: stop streaming trying SIM_STATE messages outside sim
Browse files Browse the repository at this point in the history
peterbarker authored and tridge committed Nov 20, 2023
1 parent a966e42 commit a13353f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Blimp/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
@@ -344,7 +344,9 @@ static const ap_message STREAM_RC_CHANNELS_msgs[] = {
};
static const ap_message STREAM_EXTRA1_msgs[] = {
MSG_ATTITUDE,
#if AP_SIM_ENABLED
MSG_SIMSTATE,
#endif
MSG_AHRS2,
MSG_PID_TUNING // Up to four PID_TUNING messages are sent, depending on GCS_PID_MASK parameter
};

0 comments on commit a13353f

Please sign in to comment.