1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 15:25:22 +03:00

Added vision font to OSD tab.

This commit is contained in:
Richard Cooper 2018-07-31 21:21:16 +01:00
parent 7c3bcef7e8
commit 8b59d05107

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" }
]
};