You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to change the BME280_I2CADDR from 0x77 to 0x76 however when I update the variable I get:
TypeError: function missing 1 required positional arguments
Traceback (most recent call last):
File "main.py", line 15, in <module>
File "/flash/lib/BME280.py", line 26, in __init__
File "/flash/lib/BME280.py", line 32, in _load_calibration
File "/flash/lib/Device.py", line 65, in readU16LE
File "/flash/lib/Device.py", line 48, in readU16
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
I needed to change the BME280_I2CADDR from 0x77 to 0x76 however when I update the variable I get:
TypeError: function missing 1 required positional arguments
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: