mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 13:57:35 +08:00
Mavlink set telemetry_status type properly for Sik radios
- remove radio_status type since there's no type support in mavlink
This commit is contained in:
committed by
Lorenz Meier
parent
4630b60c41
commit
930ac8d4fe
@@ -1,15 +1,6 @@
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
uint8 RADIO_TYPE_GENERIC = 0
|
||||
uint8 RADIO_TYPE_3DR_RADIO = 1
|
||||
uint8 RADIO_TYPE_UBIQUITY_BULLET = 2
|
||||
uint8 RADIO_TYPE_WIRE = 3
|
||||
uint8 RADIO_TYPE_USB = 4
|
||||
uint8 RADIO_TYPE_IRIDIUM = 5
|
||||
|
||||
uint8 type # type of the radio hardware
|
||||
|
||||
uint8 rssi # local signal strength
|
||||
uint8 remote_rssi # remote signal strength
|
||||
|
||||
|
||||
Reference in New Issue
Block a user