We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the data pressure field is called pres, not press
pres
press
PyPMS/src/pms/sensor/bosch_sensortec/mcu680.py
Line 88 in 28644fc
__post_init__ should update pres, but instead it creates an attribute press
__post_init__
Line 105 in 28644fc
__format__ uses press instead of pres, which hides the error
__format__
Lines 113 to 120 in 28644fc
The text was updated successfully, but these errors were encountered:
4036839
avaldebe
No branches or pull requests
the data pressure field is called
pres
, notpress
PyPMS/src/pms/sensor/bosch_sensortec/mcu680.py
Line 88 in 28644fc
__post_init__
should updatepres
, but instead it creates an attributepress
PyPMS/src/pms/sensor/bosch_sensortec/mcu680.py
Line 105 in 28644fc
__format__
usespress
instead ofpres
, which hides the errorPyPMS/src/pms/sensor/bosch_sensortec/mcu680.py
Lines 113 to 120 in 28644fc
The text was updated successfully, but these errors were encountered: