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 44dbda0 commit 7715e7cCopy full SHA for 7715e7c
Adabot_RP2040_Prop-Maker_Feather/code.py
@@ -127,7 +127,7 @@ def open_audio(num):
127
FRACTION = (3 * FRACTION ** 2) - (2 * FRACTION ** 3)
128
SERVO.angle = POSITION + (NEXT_POSITION - POSITION) * FRACTION
129
if adabot_talk:
130
- wave = open_audio(random.randint(1, 7))
+ wave = open_audio(random.randint(1, 17))
131
mixer.voice[0].play(wave)
132
while mixer.playing:
133
sparkle.animate()
0 commit comments