Skip to content

Commit

Permalink
OSD tab - unhide Core/ESC temperature elements form non-export-mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored Apr 21, 2024
1 parent 60bd0d9 commit c8bd4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ OSD.loadDisplayFields = function() {
preview: function (osd_data) {
return "E" + OSD.generateTemperaturePreview(osd_data, 45);
},
isexpertmode: true //experimental
isexpertmode: false //experimental
},
ESC_RPM: {
name: 'ESC_RPM',
Expand Down Expand Up @@ -1299,7 +1299,7 @@ OSD.loadDisplayFields = function() {
preview: function (osd_data) {
return "C" + OSD.generateTemperaturePreview(osd_data, 33);
},
isexpertmode: true //experimental
isexpertmode: false //experimental
},
ANTI_GRAVITY: {
name: 'ANTI_GRAVITY',
Expand Down

0 comments on commit c8bd4d2

Please sign in to comment.