v0.9.220
This commit is contained in:
@@ -56,7 +56,7 @@ void setup() {
|
||||
#ifdef MQTT_ROOT_TOPIC
|
||||
mqttInit();
|
||||
#endif
|
||||
if (config.store.play_mode==PM_SDCARD) player.initHeaders(config.station.url);
|
||||
if (config.getMode()==PM_SDCARD) player.initHeaders(config.station.url);
|
||||
player.lockOutput=false;
|
||||
if (config.store.smartstart == 1) player.sendCommand({PR_PLAY, config.store.lastStation});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user