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:
commit
e8f37da7c7
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue