Skip to content

Commit 92f14f5

Browse files
committed
v0.9.130
1 parent 1ca0c80 commit 92f14f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yoRadio/src/core/player.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ void Player::setOutputPins(bool isPlaying) {
162162
if(LED_BUILTIN!=255) digitalWrite(LED_BUILTIN, LED_INVERT?!isPlaying:isPlaying);
163163
bool _ml = MUTE_LOCK?!MUTE_VAL:(isPlaying?!MUTE_VAL:MUTE_VAL);
164164
if(MUTE_PIN!=255) digitalWrite(MUTE_PIN, _ml);
165-
Serial.printf("********************************** setOutputPins %d\n", isPlaying);
166165
}
167166

168167
void Player::_play(uint16_t stationId) {

0 commit comments

Comments
 (0)