xfjx / TonUINO

Die DIY Musikbox (nicht nur) für Kinder
https://www.voss.earth/tonuino/
GNU General Public License v3.0
450 stars 404 forks source link

fixt build error wegen DFMiniMp3 library update auf 1.0.3 #31

Closed seisfeld closed 5 years ago

seisfeld commented 5 years ago

Momentan baut keine FW mehr mit der 1.0.3 der Library weil in der class Mp3Notify drei Einträge für USB fehlen:

+    static void OnUsbOnline(uint16_t code) {
+      Serial.println(F("USB online "));
+    }
+    static void OnUsbInserted(uint16_t code) {
+      Serial.println(F("USB bereit "));
+    }
+    static void OnUsbRemoved(uint16_t code) {
+      Serial.println(F("USB entfernt "));
+    }