kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.89k stars 486 forks source link

Updated version of adafruit-circuitpython-ahtx0 library with bugfix #1381

Closed d00mfish closed 1 month ago

d00mfish commented 2 months ago

Newer AHT20s do not work, as they use a different calibration command as stated here : https://github.com/adafruit/Adafruit_CircuitPython_AHTx0/issues/17#issue-1920433739

To fix this problem the version should be bumped to the current one where they try the old and new calibration command. So far no other problems occured with this bugfix.

kizniche commented 1 month ago

Thanks!