Merge pull request #601 from shellixyz/3d_speed_min_version

Add min version requirement for the 3D speed OSD element
pull/607/head
Michel Pastor 6 years ago committed by GitHub
commit 9fc446981f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save