mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 12:25:13 +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:
commit
e8f37da7c7
1 changed files with 2 additions and 0 deletions
|
@ -743,11 +743,13 @@ OSD.constants = {
|
||||||
{
|
{
|
||||||
name: 'MAP_NORTH',
|
name: 'MAP_NORTH',
|
||||||
id: 43,
|
id: 43,
|
||||||
|
min_version: '2.0.0',
|
||||||
positionable: false,
|
positionable: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'MAP_TAKEOFF',
|
name: 'MAP_TAKEOFF',
|
||||||
id: 44,
|
id: 44,
|
||||||
|
min_version: '2.0.0',
|
||||||
positionable: false,
|
positionable: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue