From de7a28a98a380c81d56c9c521af35368eec3db67 Mon Sep 17 00:00:00 2001 From: boerge1 Date: Fri, 13 Oct 2023 14:20:13 +0200 Subject: [PATCH] Issue_117: Support potentiometer for setting the volume * fix compiler error for classic --- src/constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.hpp b/src/constants.hpp index 241ee9c..653d0f4 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -53,7 +53,7 @@ inline constexpr uint8_t rotaryEncoderDtPin = 32; * um den Poti zu unterstützen bitte in der nächste Zeile den Kommentar entfernen */ //#define POTI -inline constexpr uint8_t potiPin = A14; // AiO+ PF4 +//inline constexpr uint8_t potiPin = A14; // AiO+ PF4 /* uncomment the below line to enable the neo ring * um den Neo Ring zu unterstützen bitte in der nächste Zeile den Kommentar entfernen