diff --git a/main/peripherals/valve/ValveConfig.hpp b/main/peripherals/valve/ValveConfig.hpp index d5e5c6bc..3be5d488 100644 --- a/main/peripherals/valve/ValveConfig.hpp +++ b/main/peripherals/valve/ValveConfig.hpp @@ -79,7 +79,6 @@ class ValveDeviceConfig } PwmMotorDriver& motor = motorOwner->findMotor(this->motor.get()); - ValveControlStrategy* strategy; auto switchDuration = this->switchDuration.get(); auto holdDuty = this->holdDuty.get() / 100.0;