Skip to content

Commit

Permalink
v0.9.130
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002 committed Mar 27, 2023
1 parent 1ca0c80 commit 92f14f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yoRadio/src/core/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 92f14f5

Please sign in to comment.