Start Wifi after initializing VS1053 - faster bootup when multiple tries setting up VS1053 are needed.

This commit is contained in:
2019-09-03 06:06:51 +02:00
parent e28a541fe9
commit 429979c6d1
2 changed files with 8 additions and 4 deletions

View File

@ -30,7 +30,8 @@ private:
unsigned long _last_mqtt_report_at = 0;
void _send_mqtt_report();
public:
Controller(Player* p, MCP* m, MQTTClient* mqtt);
Controller(Player* p, MCP* m);
void set_mqtt_client(MQTTClient* m);
String get_status_json();
void loop();
};