We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bd222 commit 6918658Copy full SHA for 6918658
scripts/button.py
@@ -14,6 +14,8 @@
14
15
input_state = GPIO.input(PIN)
16
17
+input_state = False # Enable soundboard
18
+
19
if not input_state:
20
os.environ["PARTY_MODE"] = "1"
21
else:
0 commit comments