]> git.parisson.com Git - piplayer.git/commitdiff
goto 24 to stop
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 23 Jul 2013 03:01:41 +0000 (05:01 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 23 Jul 2013 03:01:41 +0000 (05:01 +0200)
piplayer.py

index 8591c36f13aab766d707f6bd22a2f2db8cd262c9..1048e52400f77793820ea0bc89172a4e0bb120bc 100644 (file)
@@ -71,7 +71,7 @@ class AudioPlayer(object):
     
     osc_port = 12345
     gpio_channel_play = 22
-    gpio_channel_stop = 23
+    gpio_channel_stop = 24
     playing = False
     
     def __init__(self, uri):