We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e70835 commit 9ef406aCopy full SHA for 9ef406a
Adafruit_BME280.h
@@ -277,8 +277,8 @@ class Adafruit_BME280 {
277
int8_t _miso; //!< for the SPI interface
278
int8_t _sck; //!< for the SPI interface
279
280
- int32_t t_fine_adjust; //!< add to compensate temp readings and in turn to
281
- //!< pressure and humidity readings
+ int32_t t_fine_adjust = 0; //!< add to compensate temp readings and in turn
+ //!< to pressure and humidity readings
282
283
bme280_calib_data _bme280_calib; //!< here calibration data is stored
284
0 commit comments