[vtx] Add VTX driver with Tramp and SmartAudio support

This commit is contained in:
Niklas Hauser
2026-01-23 13:34:04 +01:00
committed by Niklas Hauser
parent fad4450d7d
commit c0c265cd1f
28 changed files with 3397 additions and 1 deletions
+13
View File
@@ -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