Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Pastor <shellixyz@users.noreply.github.com>2018-11-23 02:41:25 +0300
committerGitHub <noreply@github.com>2018-11-23 02:41:25 +0300
commit9fc446981fef82cfeab274381081c9ca55a2c1fc (patch)
tree6663e98ea42e5c475dafff600514577f3590000a
parent3e7bba2e92210c09bb03c87039e7048808723e24 (diff)
parent693f016faccd9b03d913ac0e7c99bd5d307b3f6f (diff)
Merge pull request #601 from shellixyz/3d_speed_min_version
Add min version requirement for the 3D speed OSD element
-rw-r--r--tabs/osd.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tabs/osd.js b/tabs/osd.js
index 44860369..9dbce6d3 100644
--- a/tabs/osd.js
+++ b/tabs/osd.js
@@ -760,6 +760,7 @@ OSD.constants = {
{
name: '3D_SPEED',
id: 85,
+ min_version: '2.1.0',
preview: function(osd_data) {
// 3 chars
if (OSD.data.preferences.units === 0 || OSD.data.preferences.units === 2) {