Skip to content

Commit

Permalink
Fix SHT3X sensor magnitude count (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Dec 29, 2017
1 parent 3842683 commit ec55542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/espurna/sensors/SHT3XI2CSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class SHT3XI2CSensor : public I2CSensor {

SHT3XI2CSensor(): I2CSensor() {
_sensor_id = SENSOR_SHT3X_I2C_ID;
_count = 2;
}

// ---------------------------------------------------------------------
Expand Down

0 comments on commit ec55542

Please sign in to comment.