Skip to content

Commit e04d73b

Browse files
committed
undo breaking change
1 parent 8794225 commit e04d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_BME280.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class Adafruit_BME280 {
220220
float seaLevelForAltitude(float altitude, float pressure);
221221

222222

223-
protected:
223+
private:
224224
TwoWire *_wire;
225225
void readCoefficients(void);
226226
bool isReadingCalibration(void);

0 commit comments

Comments
 (0)