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
Remove unnecessary 'if' and 'else' in the pressure property
This causes a change in behavior when var1 == 0. Previously, the property
would return 0. Now it returns _BMP280_PRESSURE_MIN_HPA. The
new behavior is the same as in the Bosch C driver.
This also makes pylint happy by remove the 'return after else'
0 commit comments