@world101 said in Speaker beep and Wait:
If you want additional testing help, you’ll need to post exactly what your entire flow/program looks like, including connections and Units. Obviously there is something unique in your setup that I don’t have, because it’s working for me.
from m5stack import *
from m5ui import *
from uiflow import *
@timerSch.event('timer1')
def ttimer1():
speaker.sing(220, 1/16)
pass
timerSch.run('timer1', 1000, 0x00)
--> It works if I download it to the device
--> It does not work if I run it from UIFlow