Advertisement
Darhel

Bind VTX power to switch

May 5th, 2021
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ###
  2. # Configure VTX power output, to modify it right in the air, without landing drone and reconfiguring it on laptop
  3. ### A B X X C D E
  4. # A = index, new line +1
  5. # B = aux, first position is 0 (not 1)
  6. # C = power mode from list. Example: Mobula6 have only 3 modes: 25, 50 and 100. So 1 is 25, 2 is 50, 3 is 100.
  7. # D & E = first and last channels zone range
  8. ###
  9. vtx 0 3 0 0 1 900 1200
  10. vtx 1 3 0 0 2 1200 1800
  11. vtx 2 3 0 0 3 1800 2100
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement