Skip to content

Commit 8bd5c81

Browse files
authored
Updated version of adafruit-circuitpython-ahtx0 library with bugfix
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.
1 parent 0109660 commit 8bd5c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycodo/inputs/ahtx0_circuitpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'dependencies_module': [
3737
('pip-pypi', 'usb.core', 'pyusb==1.1.1'),
3838
('pip-pypi', 'adafruit_extended_bus', 'Adafruit-extended-bus==1.0.2'),
39-
('pip-pypi', 'adafruit_ahtx0', 'adafruit-circuitpython-ahtx0==1.0.5')
39+
('pip-pypi', 'adafruit_ahtx0', 'adafruit-circuitpython-ahtx0==1.0.21')
4040
],
4141

4242
'interfaces': ['I2C'],

0 commit comments

Comments
 (0)