Skip to content

Commit

Permalink
Only show fan control in temperature screen when appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
marciot committed Sep 4, 2023
1 parent 5e1207a commit 4af5f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void TemperatureScreen::onRedraw(draw_mode_t what) {
#if HAS_HEATED_CHAMBER
w.adjuster( 22, GET_TEXT_F(MSG_CHAMBER), getTargetTemp_celsius(CHAMBER));
#endif
#if HAS_FAN
#if HAS_FAN0
w.color(fan_speed).units(GET_TEXT_F(MSG_UNITS_PERCENT));
w.adjuster( 10, GET_TEXT_F(MSG_FAN_SPEED), getTargetFan_percent(FAN0));
#endif
Expand Down

0 comments on commit 4af5f0d

Please sign in to comment.