mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[datalink] update bluegiga protocol and add rssi abi message
This commit is contained in:
@@ -72,6 +72,12 @@
|
||||
<field name="z" type="float" unit="m/s"/>
|
||||
<field name="noise" type="float"/>
|
||||
</message>
|
||||
|
||||
<message name="BLUEGIGA_RSSI" id="13">
|
||||
<field name="ac_id" type="uint8_t"/>
|
||||
<field name="source_strength" type="int8_t" unit="dB"/>
|
||||
<field name="rssi" type="int8_t" unit="dB"/>
|
||||
</message>
|
||||
|
||||
</msg_class>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user