Skip to content

Commit

Permalink
Issue_117: Support potentiometer for setting the volume
Browse files Browse the repository at this point in the history
* fix compiler error for classic
  • Loading branch information
boerge1 committed Oct 13, 2023
1 parent 60acc9b commit de7a28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de7a28a

Please sign in to comment.