mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Added vision font to OSD tab.
This commit is contained in:
parent
7c3bcef7e8
commit
8b59d05107
1 changed files with 2 additions and 1 deletions
|
@ -913,7 +913,8 @@ OSD.constants = {
|
||||||
{ file: "extra_large", name: "Extra Large" },
|
{ file: "extra_large", name: "Extra Large" },
|
||||||
{ file: "betaflight", name: "Betaflight" },
|
{ file: "betaflight", name: "Betaflight" },
|
||||||
{ file: "digital", name: "Digital" },
|
{ file: "digital", name: "Digital" },
|
||||||
{ file: "clarity", name: "Clarity" }
|
{ file: "clarity", name: "Clarity" },
|
||||||
|
{ file: "vision", name: "Vision" }
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue