Browse Source

add radio button

Karl Hudgell 6 months ago
parent
commit
a43be8aaac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      buttons.py

+ 1 - 0
buttons.py

@@ -34,6 +34,7 @@ def button_callback_2(channel):
 def button_callback_3(channel):
 def button_callback_3(channel):
     print("Button 3 pressed!")
     print("Button 3 pressed!")
     client = create_client()
     client = create_client()
+    control_player(client, "RADIO")
 
 
 # Add event detection for each button press
 # Add event detection for each button press
 GPIO.add_event_detect(BUTTON_PINS[0], GPIO.FALLING, callback=button_callback_1, bouncetime=200)
 GPIO.add_event_detect(BUTTON_PINS[0], GPIO.FALLING, callback=button_callback_1, bouncetime=200)