From 033526ce005b5f9975ce4470c70e4ee40aa95a5b Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Wed, 22 Oct 2025 14:26:53 +0200 Subject: [PATCH] Test succeded --- src/potControlls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/potControlls.cpp b/src/potControlls.cpp index ddc56bf..88ae62c 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()