1
0
Fork 0
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:
Paweł Spychalski 2020-12-15 10:08:32 +01:00 committed by GitHub
commit dde6b19daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
}
]
},