Small fix.

This commit is contained in:
Fabian Schlenz 2019-11-17 14:25:22 +01:00
parent ef47c771ef
commit fff9d9bc61
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ HTTPServer* http_server;
MQTTClient* mqtt_client;
unsigned long last_mqtt_report = 0;
uint8_t SPIMaster::state = 0;
void setup() {
delay(500);
@ -54,7 +55,6 @@ void setup() {
DEBUG("Initializing PlaylistManager...\n");
pm = new PlaylistManager();
DEBUG("done.\n");
DEBUG("Initializing Player and Controller...\n");
player = new Player(spi);