Browse Source

Update sensor.ino

pull/1112/head
Xose Pérez 5 years ago
committed by GitHub
parent
commit
c1658da1c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/sensor.ino

+ 1
- 0
code/espurna/sensor.ino View File

@ -712,6 +712,7 @@ void _sensorLoad() {
sensor->setDynamicMode(VEML6075_DYNAMIC_MODE);
_sensors.push_back(sensor);
}
#endif
#if VL53L1X_SUPPORT
{


Loading…
Cancel
Save