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

Avoid TRANSPONDERVTX and random owner name

This commit is contained in:
jflyper 2016-12-28 00:37:01 +09:00
parent 1aaa3a3d8d
commit 4e8cea011f

View file

@ -58,7 +58,7 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"RX_BIND",
"INVERTER",
"LED_STRIP",
"TRANSPONDER"
"TRANSPONDER",
"VTX",
};