Skip to content

Commit

Permalink
Updated version of adafruit-circuitpython-ahtx0 library with bugfix
Browse files Browse the repository at this point in the history
Newer AHT20s do not work, as they use a different calibration command as stated here : adafruit/Adafruit_CircuitPython_AHTx0#17 (comment)

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.
  • Loading branch information
d00mfish authored May 8, 2024
1 parent 0109660 commit 8bd5c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycodo/inputs/ahtx0_circuitpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'dependencies_module': [
('pip-pypi', 'usb.core', 'pyusb==1.1.1'),
('pip-pypi', 'adafruit_extended_bus', 'Adafruit-extended-bus==1.0.2'),
('pip-pypi', 'adafruit_ahtx0', 'adafruit-circuitpython-ahtx0==1.0.5')
('pip-pypi', 'adafruit_ahtx0', 'adafruit-circuitpython-ahtx0==1.0.21')
],

'interfaces': ['I2C'],
Expand Down

0 comments on commit 8bd5c81

Please sign in to comment.