| Serial.print("Playing File: "); | Serial.print("Playing File: "); | ||||
| Serial.println(filename); | Serial.println(filename); | ||||
| Serial.flush(); | Serial.flush(); | ||||
| playerlist[n]->play(filename.c_str()); | |||||
| playerlist[n % 6]->play(filename.c_str()); | |||||
| } | } | ||||
| void loop() { | void loop() { |