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.