From 92f14f5f29385bf51f8fc920757cbd18001a66b2 Mon Sep 17 00:00:00 2001 From: e2002 Date: Mon, 27 Mar 2023 10:56:34 +0300 Subject: [PATCH] v0.9.130 --- yoRadio/src/core/player.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/yoRadio/src/core/player.cpp b/yoRadio/src/core/player.cpp index 1a39dfa..f774139 100644 --- a/yoRadio/src/core/player.cpp +++ b/yoRadio/src/core/player.cpp @@ -162,7 +162,6 @@ void Player::setOutputPins(bool isPlaying) { if(LED_BUILTIN!=255) digitalWrite(LED_BUILTIN, LED_INVERT?!isPlaying:isPlaying); bool _ml = MUTE_LOCK?!MUTE_VAL:(isPlaying?!MUTE_VAL:MUTE_VAL); if(MUTE_PIN!=255) digitalWrite(MUTE_PIN, _ml); - Serial.printf("********************************** setOutputPins %d\n", isPlaying); } void Player::_play(uint16_t stationId) {