v0.6.250
This commit is contained in:
@@ -59,7 +59,7 @@ void Player::loop() {
|
||||
if (isRunning()) {
|
||||
//digitalWrite(LED_BUILTIN, LOW);
|
||||
setOutputPins(false);
|
||||
config.setTitle(display.mode==LOST?"":"[stopped]");
|
||||
config.setTitle((display.mode==LOST || display.mode==UPDATING)?"":"[stopped]");
|
||||
netserver.requestOnChange(TITLE, 0);
|
||||
//stopSong();
|
||||
setDefaults();
|
||||
|
||||
Reference in New Issue
Block a user