AntennaTracker: stop streaming trying SIM_STATE messages outside sim

This commit is contained in:
Peter Barker 2023-11-19 11:38:46 +11:00 committed by Andrew Tridgell
parent 170d96e8cc
commit 261bc4f884

View File

@ -303,7 +303,9 @@ static const ap_message STREAM_EXTRA1_msgs[] = {
};
static const ap_message STREAM_EXTRA3_msgs[] = {
MSG_AHRS,
#if AP_SIM_ENABLED
MSG_SIMSTATE,
#endif
MSG_SYSTEM_TIME,
MSG_AHRS2,
#if COMPASS_CAL_ENABLED