Skip to content

Commit

Permalink
Remove ConstantSensor::get_value
Browse files Browse the repository at this point in the history
mairas committed Apr 29, 2024
1 parent cba868d commit b116f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sensesp/sensors/constant_sensor.h
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ class ConstantSensor : public Sensor<T> {
}

void set_value(T value) { value_ = value; }
T get_value() { return value_; }

protected:
virtual void get_configuration(JsonObject &doc) override {

0 comments on commit b116f43

Please sign in to comment.