From 4ef749ec6fb7b5747ed0ea87fad5fada5fa4787d Mon Sep 17 00:00:00 2001 From: zecktos <56479813+zecktos@users.noreply.github.com> Date: Sat, 3 Jul 2021 13:12:07 +0200 Subject: [PATCH] small update --- src/main.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 7c19294..330318a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ #define pwd "" // OSC -#define host "192.168.20.105" +#define host "192.168.21.232" #define port 3030 #define localPort 4040 @@ -85,13 +85,11 @@ void setup() { if (! musicPlayer.begin()) { // initialise the music player Serial.println(F("Couldn't find VS1053")); } - Serial.println(F("VS1053 found")); if (!SD.begin(CARDCS)) { Serial.println(F("SD failed, or not present")); } - Serial.println("SD OK!"); musicPlayer.setVolume(10,10); @@ -111,7 +109,7 @@ void setup() { Udp.begin(localPort); - + xTaskCreatePinnedToCore( bgTask, "background task",