From 0b2a9408fc7a645c16a73502f89128adb327feef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=B3r=C3=A1nt=20Pint=C3=A9r?= Date: Fri, 8 Nov 2024 23:28:23 +0100 Subject: [PATCH] Fix warning --- main/peripherals/valve/ValveConfig.hpp | 1 - 1 file changed, 1 deletion(-) 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;