You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to run this on a Pi Zero W. I'm calling render() in a setInterval(..., 1000/40) loop. It usually works for a few seconds and then hangs and locks up somewhere in the middle of the render() call (never returns, Interval doesn't run again).
Is there some compatibility/flag I'm missing?
The text was updated successfully, but these errors were encountered:
I've been trying to run this on a Pi Zero W. I'm calling
render()
in asetInterval(..., 1000/40)
loop. It usually works for a few seconds and then hangs and locks up somewhere in the middle of therender()
call (never returns, Interval doesn't run again).Is there some compatibility/flag I'm missing?
The text was updated successfully, but these errors were encountered: