mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Avoid TRANSPONDERVTX and random owner name
This commit is contained in:
parent
1aaa3a3d8d
commit
4e8cea011f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
||||||
"RX_BIND",
|
"RX_BIND",
|
||||||
"INVERTER",
|
"INVERTER",
|
||||||
"LED_STRIP",
|
"LED_STRIP",
|
||||||
"TRANSPONDER"
|
"TRANSPONDER",
|
||||||
"VTX",
|
"VTX",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue