Skip to content

Commit

Permalink
Update AppSettings.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 30, 2024
1 parent 1606b99 commit c1313aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/ui/elements/AppSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Settings {
property double press_temp_warn: 75
property double press_temp_caution: 60

property bool show_press_temp2: true
property bool show_press_temp2: false
property bool press_temp_declutter2: false
//AC180 or another 8812 wifi module temperature ranges (datasheet 125 max)
property double press_temp_warn2: 75
Expand All @@ -215,7 +215,7 @@ Settings {
property double airspeed_temp_warn: 0
property double airspeed_temp_caution: 10

property bool show_esc_temp: true
property bool show_esc_temp: false
property bool esc_temp_declutter: false
property double esc_temp_warn: 75
property double esc_temp_caution: 60
Expand Down

0 comments on commit c1313aa

Please sign in to comment.