Skip to content

Commit 4cdcbc8

Browse files
authored
Merge pull request #54 from jerryneedell/jerryn_wait
remove call to wait_for_frame
2 parents 1416bc0 + 282ac21 commit 4cdcbc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_pyportal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ def play_file(self, file_name, wait_to_finish=True):
550550
:param str file_name: The name of the wav file to play on the speaker.
551551
552552
"""
553-
board.DISPLAY.wait_for_frame()
554553
wavfile = open(file_name, "rb")
555554
wavedata = audioio.WaveFile(wavfile)
556555
self._speaker_enable.value = True

0 commit comments

Comments
 (0)