We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f39dc commit 9ed0e16Copy full SHA for 9ed0e16
BME280_BarometerSensor_Mux/BME280_BarometerSensor_Mux.h
@@ -38,7 +38,7 @@ class BME280_BarometerSensor_Mux {
38
float getHumidity();
39
BME280_Result readAll();
40
41
- bool working = false;
+ bool working = true;
42
43
private:
44
uint8_t _expanderChannel;
0 commit comments