We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca0c80 commit 92f14f5Copy full SHA for 92f14f5
yoRadio/src/core/player.cpp
@@ -162,7 +162,6 @@ void Player::setOutputPins(bool isPlaying) {
162
if(LED_BUILTIN!=255) digitalWrite(LED_BUILTIN, LED_INVERT?!isPlaying:isPlaying);
163
bool _ml = MUTE_LOCK?!MUTE_VAL:(isPlaying?!MUTE_VAL:MUTE_VAL);
164
if(MUTE_PIN!=255) digitalWrite(MUTE_PIN, _ml);
165
- Serial.printf("********************************** setOutputPins %d\n", isPlaying);
166
}
167
168
void Player::_play(uint16_t stationId) {
0 commit comments