1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

VtxDevice over msp

This commit is contained in:
phobos- 2022-02-14 16:13:32 +01:00
parent e45afb3a76
commit f10413392b
31 changed files with 1028 additions and 37 deletions

View file

@ -105,4 +105,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"GPS_RESCUE_HEADING",
"GPS_RESCUE_TRACKING",
"ATTITUDE",
"VTX_MSP"
};