Added vision font to OSD tab.

10.4.x-maintenance
Richard Cooper 2018-07-31 21:21:16 +01:00
parent 7c3bcef7e8
commit 8b59d05107
1 changed files with 2 additions and 1 deletions

View File

@ -913,7 +913,8 @@ OSD.constants = {
{ file: "extra_large", name: "Extra Large" },
{ file: "betaflight", name: "Betaflight" },
{ file: "digital", name: "Digital" },
{ file: "clarity", name: "Clarity" }
{ file: "clarity", name: "Clarity" },
{ file: "vision", name: "Vision" }
]
};