From eb7b318358b04d0f3358d4582f804864526f0214 Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Wed, 22 Oct 2025 14:24:52 +0200 Subject: [PATCH] Testing action --- src/potControlls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/potControlls.cpp b/src/potControlls.cpp index 88ae62c..ddc56bf 100644 --- a/src/potControlls.cpp +++ b/src/potControlls.cpp @@ -15,7 +15,7 @@ void potIncrement() digitalWrite(POT_CS, HIGH); delay(1); digitalWrite(POT_UD, LOW); - digitalWrite(POT_CS, HIGH); + digitalWrite(POT_CS, HIGH) } void potDecrement()