Skip to content

Commit

Permalink
Update thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSchopfer committed May 27, 2021
1 parent f9eb27d commit 7ba4ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
_co2_line = None
_last_point = None
_plot_range = 1800 # Plot range in seconds
_warning_threshold = 800
_danger_threshold = 1200
_warning_threshold = 600
_danger_threshold = 1000


def _format_axis_time(t, pos=None):
Expand Down

0 comments on commit 7ba4ae2

Please sign in to comment.