Browse Source

Fix SHT3X sensor magnitude count (#337)

fastled
Xose Pérez 7 years ago
parent
commit
ec55542775
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/sensors/SHT3XI2CSensor.h

+ 1
- 0
code/espurna/sensors/SHT3XI2CSensor.h View File

@ -25,6 +25,7 @@ class SHT3XI2CSensor : public I2CSensor {
SHT3XI2CSensor(): I2CSensor() {
_sensor_id = SENSOR_SHT3X_I2C_ID;
_count = 2;
}
// ---------------------------------------------------------------------


Loading…
Cancel
Save