diff --git a/src/BME280.h b/src/BME280.h index a0c3df0..247a1e5 100644 --- a/src/BME280.h +++ b/src/BME280.h @@ -213,7 +213,7 @@ class BME280 /////////////////////////////////////////////////////////////// /// Force a unfiltered measurement to populate the filter /// buffer. - bool InitializeFilter(); + void InitializeFilter(); /*****************************************************************/ @@ -296,7 +296,7 @@ class BME280 ///////////////////////////////////////////////////////////////// /// Write the settings to the chip. - bool WriteSettings(); + void WriteSettings(); /////////////////////////////////////////////////////////////////