From: Guillaume Pellerin Date: Tue, 23 Jul 2013 03:01:41 +0000 (+0200) Subject: goto 24 to stop X-Git-Tag: 0.3~23 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=03bad6b0b05cd9a443fa0438be1f6d63f37c1a1b;p=piplayer.git goto 24 to stop --- diff --git a/piplayer.py b/piplayer.py index 8591c36..1048e52 100644 --- a/piplayer.py +++ b/piplayer.py @@ -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):