mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ArduPlane: stop streaming trying SIM_STATE messages outside sim
This commit is contained in:
parent
c531d81cb3
commit
ba8e770a81
@ -649,7 +649,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,
|
||||
#if AP_RPM_ENABLED
|
||||
MSG_RPM,
|
||||
|
Loading…
Reference in New Issue
Block a user