mixed up button IDs
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
@@ -390,7 +390,7 @@ h2, h3, h4 {
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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 <a href="http://qudio.local/dev">qudio.local/dev</a> (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 <a href="http://qudio.local/dev">qudio.local/dev</a> (or whatever your hostname was) for the next steps.
|
||||
</p>
|
||||
|
||||
<p class="gallery">
|
||||
|
||||
Reference in New Issue
Block a user