Skip to content

Commit

Permalink
Update display_weather.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bruxy70 authored Aug 25, 2019
1 parent 8151b92 commit 554d239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions display_weather.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ display:
}
// Change brightnes if it needs to be changed
if (!id(current_brightness)!=br) {
if (id(current_brightness)!=br) {
it.set_backlight_brightness(br);
id(current_brightness)=br;
}
}

0 comments on commit 554d239

Please sign in to comment.