1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

SPRACINGF3NEO - VTX Support.

Note: Likely there will be a clash with DMA driven OSD and the VTX.

There is no support in the code to disable OSD updates prior to changing
VTX channel.
This commit is contained in:
Hydra 2016-10-24 21:38:21 +02:00 committed by Dominic Clifton
parent c38f8009b8
commit 08e40af088
9 changed files with 35 additions and 3 deletions

View file

@ -59,6 +59,7 @@ typedef enum {
OWNER_INVERTER,
OWNER_LED_STRIP,
OWNER_TRANSPONDER,
OWNER_VTX,
OWNER_TOTAL_COUNT
} resourceOwner_e;