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:
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",
|
||||
"INVERTER",
|
||||
"LED_STRIP",
|
||||
"TRANSPONDER"
|
||||
"TRANSPONDER",
|
||||
"VTX",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue