Skip to content

Commit 9ed0e16

Browse files
update
1 parent 19f39dc commit 9ed0e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BME280_BarometerSensor_Mux/BME280_BarometerSensor_Mux.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BME280_BarometerSensor_Mux {
3838
float getHumidity();
3939
BME280_Result readAll();
4040

41-
bool working = false;
41+
bool working = true;
4242

4343
private:
4444
uint8_t _expanderChannel;

0 commit comments

Comments
 (0)