Skip to content

Commit

Permalink
Remove STATUSTEXT_LONG (unused)
Browse files Browse the repository at this point in the history
A better solution has been proposed and merged in mavlink#1295.
  • Loading branch information
LorenzMeier authored and tridge committed Aug 4, 2020
1 parent c1620e8 commit ab94caa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5279,11 +5279,6 @@
<extensions/>
<field type="float[58]" name="data">data</field>
</message>
<message id="365" name="STATUSTEXT_LONG">
<description>Status text message (use only for important status and error messages). The full message payload can be used for status text, but we recommend that updates be kept concise. Note: The message is intended as a less restrictive replacement for STATUSTEXT.</description>
<field type="uint8_t" name="severity" enum="MAV_SEVERITY">Severity of status. Relies on the definitions within RFC-5424.</field>
<field type="char[254]" name="text">Status text message, without null termination character.</field>
</message>
<message id="373" name="GENERATOR_STATUS">
<wip/>
<!-- This message is work-in-progress and it can therefore change. It should NOT be used in stable production environments. -->
Expand Down

0 comments on commit ab94caa

Please sign in to comment.