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
If there is no WiFi credentials in settings.toml and the board is not connected to a host computer via USB a couple frames of the GIF file are displayed and then the animation stops. Oddly, the LED continues to blink. Connecting a host computer to the boards USB port when the animation is frozen causes the animation to begin and disconnecting it again causes it to stop again.
Description
If I comment out the call to odg.next_frame() and replace it with a statement setting the next_delay to .5 seconds the LED blinks steadily regardless of whether the host computer is connected to the USB port or not.
Additional information
Connecting the boards USB to a powerbank results in the same behavior as when it's not connected to anything so for the animation to work a host computer must be connected (or settings.toml must enable web workflow).
CircuitPython version
Code/REPL
Behavior
If there is no WiFi credentials in settings.toml and the board is not connected to a host computer via USB a couple frames of the GIF file are displayed and then the animation stops. Oddly, the LED continues to blink. Connecting a host computer to the boards USB port when the animation is frozen causes the animation to begin and disconnecting it again causes it to stop again.
Description
If I comment out the call to
odg.next_frame()
and replace it with a statement setting the next_delay to .5 seconds the LED blinks steadily regardless of whether the host computer is connected to the USB port or not.Additional information
Connecting the boards USB to a powerbank results in the same behavior as when it's not connected to anything so for the animation to work a host computer must be connected (or settings.toml must enable web workflow).
classic40.zip
The text was updated successfully, but these errors were encountered: