-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
from ev3dev import ev3 as ev3dev
ev3dev.Sound.tone(100,100).wait()
# or
ev3dev.Sound.tone([(100,100)]).wait()
this should only play one tone, but plays two instead. The beep command that is generated is '/usr/bin/beep -n -f 100 -l 100' while '/usr/bin/beep -f 100 -l 100' works. The bug is that '-n' should only be used for the next tone. PR coming.
Metadata
Metadata
Assignees
Labels
No labels