jmccrohan / pysolarmanv5

A python module to interact with Solarman Data Logging Sticks
MIT License
123 stars 25 forks source link

Incorrect use of error_correction #4

Closed connesha closed 2 years ago

connesha commented 2 years ago

Likely a typo:

Line 217 of pysolarmanv5.py Is: if self.error_correction: Should be?: if self.v5_error_correction:

jmccrohan commented 2 years ago

Fixed, thanks!

connesha commented 2 years ago

thanks