From 6faf885d5f003b549c31655c428d3e5d18da4912 Mon Sep 17 00:00:00 2001
From: Stefan Gehr <stefan.kerman.gehr@fau.de>
Date: Thu, 13 Oct 2022 14:08:47 +0200
Subject: [PATCH] starting to work on file queue

---
 solarpump/mp3.ino | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solarpump/mp3.ino b/solarpump/mp3.ino
index 02d8ab8..e315690 100644
--- a/solarpump/mp3.ino
+++ b/solarpump/mp3.ino
@@ -3,6 +3,8 @@
 
 static SoftwareSerial mp3(MP3RX, MP3TX);
 
+static uint8_t fileQueue[16];
+
 void mp3Setup(void) {
 	mp3.begin(4800);
 	//mp3.sendCommand(CMD_SEL_DEV, 0, 2); //select sd-card
-- 
GitLab