]> Johnzone git - FakeRadio.git/commitdiff
change mp3files
authorJohn Janus <mail@johnzone.org>
Sat, 23 Sep 2017 15:36:25 +0000 (17:36 +0200)
committerJohn Janus <mail@johnzone.org>
Sat, 23 Sep 2017 15:36:25 +0000 (17:36 +0200)
dansk.mp3 [new file with mode: 0644]
dansk02.mp3 [new file with mode: 0644]
nebelhorn.mp3
nebelhorn01.mp3 [new file with mode: 0644]
nebelhorn02.mp3 [new file with mode: 0644]
platt.mp3 [new file with mode: 0644]
platt02.mp3 [new file with mode: 0644]
simple_try.c

diff --git a/dansk.mp3 b/dansk.mp3
new file mode 100644 (file)
index 0000000..6bc6962
Binary files /dev/null and b/dansk.mp3 differ
diff --git a/dansk02.mp3 b/dansk02.mp3
new file mode 100644 (file)
index 0000000..6bc6962
Binary files /dev/null and b/dansk02.mp3 differ
index 05bd90802a3181c9af25b1a9c0c15e6347938436..1ce7c6ef229ca873a12390b57f67b26d3b150ebf 100644 (file)
Binary files a/nebelhorn.mp3 and b/nebelhorn.mp3 differ
diff --git a/nebelhorn01.mp3 b/nebelhorn01.mp3
new file mode 100644 (file)
index 0000000..05bd908
Binary files /dev/null and b/nebelhorn01.mp3 differ
diff --git a/nebelhorn02.mp3 b/nebelhorn02.mp3
new file mode 100644 (file)
index 0000000..1ce7c6e
Binary files /dev/null and b/nebelhorn02.mp3 differ
diff --git a/platt.mp3 b/platt.mp3
new file mode 100644 (file)
index 0000000..257cff5
Binary files /dev/null and b/platt.mp3 differ
diff --git a/platt02.mp3 b/platt02.mp3
new file mode 100644 (file)
index 0000000..257cff5
Binary files /dev/null and b/platt02.mp3 differ
index 028dc98156a4e0af203617135da7e32e866890a0..528b6435e48680dec5f435390219ce924c805221 100644 (file)
@@ -150,11 +150,11 @@ int main(void) {
             if (chnl1) {
                 digitalWrite(CHNL1LED, LOW);
                 digitalWrite(CHNL2LED, HIGH);
-                playThread = startPlayThread("platt01.mp3",false);
+                playThread = startPlayThread("platt.mp3",false);
             } else {
                 digitalWrite(CHNL2LED, LOW);
                 digitalWrite(CHNL1LED, HIGH);
-                playThread = startPlayThread("dansk01.mp3",false);
+                playThread = startPlayThread("dansk.mp3",false);
             }
         }
         delay(500);