1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00

Merge pull request #442 from iNavFlight/agh_map_version

Prevent map modes to be shown if firmware is < 2.0.0
This commit is contained in:
Konstantin Sharlaimov 2018-05-12 11:58:12 +10:00 committed by GitHub
commit e8f37da7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -743,11 +743,13 @@ OSD.constants = {
{
name: 'MAP_NORTH',
id: 43,
min_version: '2.0.0',
positionable: false,
},
{
name: 'MAP_TAKEOFF',
id: 44,
min_version: '2.0.0',
positionable: false,
},
],