Small fix.
This commit is contained in:
parent
ef47c771ef
commit
fff9d9bc61
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user