mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 09:15:42 +03:00
Merge pull request #1119 from MrD-RC/add-version-to-osd
Add version to osd
This commit is contained in:
commit
dde6b19daa
1 changed files with 5 additions and 0 deletions
|
@ -772,6 +772,11 @@ OSD.constants = {
|
|||
id: 106,
|
||||
min_version: '2.3.0',
|
||||
preview: FONT.symbol(SYM.RPM) + '983',
|
||||
},
|
||||
{
|
||||
name: 'VERSION',
|
||||
id: 119,
|
||||
preview: 'INAV 2.7.0'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue