espcoreversion

This commit is contained in:
e2002
2022-12-08 18:31:26 +03:00
parent 1081cae041
commit 122bbec5f0
7 changed files with 19 additions and 12 deletions

View File

@@ -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() {