gn0st1c
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
code/espurna/sensors/SI7021Sensor.h
|
|
@ -32,7 +32,6 @@ class SI7021Sensor : public I2CSensor { |
|
|
|
// --------------------------------------------------------------------- |
|
|
|
|
|
|
|
SI7021Sensor(): I2CSensor() { |
|
|
|
_count = 2; |
|
|
|
_sensor_id = SENSOR_SI7021_ID; |
|
|
|
} |
|
|
|
|
|
|
|