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",