mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AntennaTracker: stop streaming trying SIM_STATE messages outside sim
This commit is contained in:
parent
170d96e8cc
commit
261bc4f884
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user