espcoreversion
This commit is contained in:
@@ -33,7 +33,7 @@ Player player;
|
||||
|
||||
|
||||
void Player::init() {
|
||||
BOOTLOG("player.init");
|
||||
Serial.print("##[BOOT]#\tplayer.init\t");
|
||||
if(MUTE_PIN!=255) pinMode(MUTE_PIN, OUTPUT);
|
||||
#if I2S_DOUT!=255
|
||||
#if !I2S_INTERNAL
|
||||
@@ -53,7 +53,7 @@ void Player::init() {
|
||||
volTimer=false;
|
||||
zeroRequest();
|
||||
playmutex = xSemaphoreCreateMutex();
|
||||
BOOTLOG("done");
|
||||
Serial.println("done");
|
||||
}
|
||||
|
||||
void Player::stopInfo() {
|
||||
|
||||
Reference in New Issue
Block a user