From 067c7c1731aca4988e1e403afd3cf87cb8f862d3 Mon Sep 17 00:00:00 2001 From: willem Date: Mon, 25 Sep 2023 17:19:06 +0200 Subject: [PATCH] run left_right --- blinds/src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blinds/src/main.cpp b/blinds/src/main.cpp index 578c2c1..5c41a46 100644 --- a/blinds/src/main.cpp +++ b/blinds/src/main.cpp @@ -53,6 +53,9 @@ void run_stop() { digitalWrite(MOTOR_IN1, LOW); digitalWrite(MOTOR_IN2, LOW); + analogWrite(MOTOR_IN1, 0); + analogWrite(MOTOR_IN2, 0); + log_i("stop"); }