Skip to content

Commit 33a573f

Browse files
Fix example.
Change was needed for previous MicroPython beta updates.
1 parent 0868364 commit 33a573f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/sound_effects_user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
duration=500,
99
vol_start=100,
1010
vol_end=255,
11-
wave=audio.SoundEffect.WAVE_TRIANGLE,
11+
wave=audio.SoundEffect.WAVEFORM_TRIANGLE,
1212
fx=audio.SoundEffect.FX_VIBRATO,
1313
shape=audio.SoundEffect.SHAPE_LOG,
1414
)
15-
)
15+
)

0 commit comments

Comments
 (0)