From f030913d01d8f883124f13721d09b72250eaa2b5 Mon Sep 17 00:00:00 2001 From: Tilman Date: Wed, 27 Feb 2019 09:23:17 +0100 Subject: [PATCH] mixed up button IDs --- code/qudio.py | 4 ++-- documentation/qudio/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/qudio.py b/code/qudio.py index f7f49bc..c90828a 100644 --- a/code/qudio.py +++ b/code/qudio.py @@ -27,8 +27,8 @@ PIN_LED = 22 # Buttons on PINs 9, 10 and 11 PIN_PREV = 10 -PIN_NEXT = 9 -PIN_PLAY = 11 +PIN_PLAY = 9 +PIN_NEXT = 11 GPIO.setmode(GPIO.BCM) diff --git a/documentation/qudio/index.html b/documentation/qudio/index.html index ff05302..32ff20b 100644 --- a/documentation/qudio/index.html +++ b/documentation/qudio/index.html @@ -390,7 +390,7 @@ h2, h3, h4 {

- The initial configuration is pretty straight forward. Connect to the WiFi network "volumio" that has been opened up and click through the installation assistant. Set the output to "Generic I2S DAC", activate the software mixer and connect your network share (if any). You can also already set up plugins for streaming services like Spotify. Finally, activate SSH on the developer page qudio.local/dev (or whatever your hostname was) for the next steps. + The initial configuration is pretty straight forward. Connect to the WiFi network "volumio" that has been opened up. If it asks for a password, enter "volumio2", then click through the installation assistant. Set the output to "Generic I2S DAC", activate the software mixer and connect your network share (if any). You can also already set up plugins for streaming services like Spotify. Finally, activate SSH on the developer page qudio.local/dev (or whatever your hostname was) for the next steps.