From 3ea3f91b43a01ab8043449999ba1a2b03b141cd4 Mon Sep 17 00:00:00 2001 From: Blue Fox Date: Sun, 22 May 2022 08:44:42 +0200 Subject: [PATCH] Added forward and backward pin intizialization --- NetSpeaker.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NetSpeaker.ino b/NetSpeaker.ino index 96f5ab6..e817873 100644 --- a/NetSpeaker.ino +++ b/NetSpeaker.ino @@ -53,7 +53,9 @@ void setup() { // setup all pins (not SPI and other buses!) pinMode(sdCardEjectPin, INPUT); + pinMode(backwardButtonPin, INPUT); pinMode(pausePlaybackPin, INPUT); + pinMode(forwardButtonPin, INPUT); pinMode(readyPin, OUTPUT); // connect to sd card reader