Skip to content

Commit

Permalink
Average 3 times.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Sep 3, 2023
1 parent 479f695 commit a9170c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aag/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def capture(self, callback: Callable | None = None, units: WhichUnits = 'none')
except KeyboardInterrupt:
pass

def get_reading(self, units: WhichUnits = 'none', avg_times: int = 5) -> dict:
def get_reading(self, units: WhichUnits = 'none', avg_times: int = 3) -> dict:
""" Get a single reading of all values.
Args:
Expand Down

0 comments on commit a9170c8

Please sign in to comment.