mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 17:20:37 +08:00
[vtx] Add VTX driver with Tramp and SmartAudio support
This commit is contained in:
committed by
Niklas Hauser
parent
fad4450d7d
commit
c0c265cd1f
@@ -0,0 +1,13 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
# See https://betaflight.com/docs/wiki/guides/current/VTX-CLI-Settings#change-vtx-power-level-using-aux-channel
|
||||
|
||||
uint8 MAX_LENGTH = 160
|
||||
|
||||
uint8 length
|
||||
int8[160] aux_channel
|
||||
int8[160] band
|
||||
int8[160] channel
|
||||
int8[160] power_level
|
||||
int16[160] start_range
|
||||
int16[160] end_range
|
||||
Reference in New Issue
Block a user