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
Right now screen updates are tied to Gamepad::update(), which makes screen printing unusable during autonomous, and any other time that Gamepad::update() isn't being called. Screen updates should instead be moved to a separate thread so that the screen API always works.
The text was updated successfully, but these errors were encountered:
Right now screen updates are tied to
Gamepad::update()
, which makes screen printing unusable during autonomous, and any other time thatGamepad::update()
isn't being called. Screen updates should instead be moved to a separate thread so that the screen API always works.The text was updated successfully, but these errors were encountered: