From fff9d9bc61684f86718d562a97c0eee9a274fea0 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Sun, 17 Nov 2019 14:25:22 +0100 Subject: [PATCH] Small fix. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d4f48c0..964327c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);