Browse Source

Fix AnalogSensor description (#601)

rfm69
Xose Pérez 6 years ago
parent
commit
32373f8b2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/sensors/AnalogSensor.h

+ 1
- 1
code/espurna/sensors/AnalogSensor.h View File

@ -34,7 +34,7 @@ class AnalogSensor : public BaseSensor {
// Descriptive name of the sensor // Descriptive name of the sensor
String description() { String description() {
return String("ANALOG @ GPIO0");
return String("ANALOG @ TOUT");
} }
// Descriptive name of the slot # index // Descriptive name of the slot # index


Loading…
Cancel
Save