From: John Janus Date: Sat, 23 Sep 2017 15:36:25 +0000 (+0200) Subject: change mp3files X-Git-Url: https://git.johnzone.org/?a=commitdiff_plain;h=89c7215efe47bfdec4b86dbd8eb00b72b22ba453;p=FakeRadio.git change mp3files --- diff --git a/dansk.mp3 b/dansk.mp3 new file mode 100644 index 0000000..6bc6962 Binary files /dev/null and b/dansk.mp3 differ diff --git a/dansk02.mp3 b/dansk02.mp3 new file mode 100644 index 0000000..6bc6962 Binary files /dev/null and b/dansk02.mp3 differ diff --git a/nebelhorn.mp3 b/nebelhorn.mp3 index 05bd908..1ce7c6e 100644 Binary files a/nebelhorn.mp3 and b/nebelhorn.mp3 differ diff --git a/nebelhorn01.mp3 b/nebelhorn01.mp3 new file mode 100644 index 0000000..05bd908 Binary files /dev/null and b/nebelhorn01.mp3 differ diff --git a/nebelhorn02.mp3 b/nebelhorn02.mp3 new file mode 100644 index 0000000..1ce7c6e Binary files /dev/null and b/nebelhorn02.mp3 differ diff --git a/platt.mp3 b/platt.mp3 new file mode 100644 index 0000000..257cff5 Binary files /dev/null and b/platt.mp3 differ diff --git a/platt02.mp3 b/platt02.mp3 new file mode 100644 index 0000000..257cff5 Binary files /dev/null and b/platt02.mp3 differ diff --git a/simple_try.c b/simple_try.c index 028dc98..528b643 100644 --- a/simple_try.c +++ b/simple_try.c @@ -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);