We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe06cdb + 772357c commit c34215aCopy full SHA for c34215a
1 file changed
tabs/osd.js
@@ -2614,10 +2614,7 @@ OSD.msp = {
2614
result.push8(p.sidebar_scroll_arrows);
2615
result.push8(p.units);
2616
result.push8(p.stats_energy_unit);
2617
-
2618
- if (semver.gte(FC.CONFIG.flightControllerVersion, "8.1.0")) {
2619
- result.push8(p.adsb_warning_style);
2620
- }
+ result.push8(p.adsb_warning_style);
2621
2622
return result;
2623
},
@@ -2635,9 +2632,7 @@ OSD.msp = {
2635
2632
p.sidebar_scroll_arrows = prefs.readU8();
2636
2633
p.units = prefs.readU8();
2637
2634
p.stats_energy_unit = prefs.readU8();
2638
2639
- p.adsb_warning_style = prefs.readU8();
2640
+ p.adsb_warning_style = prefs.readU8();
2641
2642
2643
encodeLayoutItem: function(layout, item, pos) {
0 commit comments