mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
autotest: stop echoing autopilot statustext messages back to autopilot
These are already logged on the autopilot as MSG messages (without the extra stuff we tack on. They are also already in our .tlog because we just received them via statustext....
This commit is contained in:
parent
5a0b3f7d53
commit
2319ba5e58
@ -3138,7 +3138,7 @@ class AutoTest(ABC):
|
||||
"""Called as each mavlink msg is received."""
|
||||
# print("msg: %s" % str(msg))
|
||||
if msg.get_type() == 'STATUSTEXT':
|
||||
self.progress("AP: %s" % msg.text)
|
||||
self.progress("AP: %s" % msg.text, send_statustext=False)
|
||||
|
||||
self.write_msg_to_tlog(msg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user