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
then it just gets the values once and any subsequent calls to read just return the same values.
using #define DEBUG_ON shows the same values being read, like Data: 4F 91 0 83 E1 0 83 E5
The text was updated successfully, but these errors were encountered:
When I switch from the default Forced mode to Normal mode the readings remain the same.
If I have it like this:
then it works fine but if I change the mode to
mySettings.mode = BME280I2C::Mode_Normal;
then it just gets the values once and any subsequent calls to read just return the same values.
using #define DEBUG_ON shows the same values being read, like Data: 4F 91 0 83 E1 0 83 E5
The text was updated successfully, but these errors were encountered: