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
Make a toggle button on shuffleboard for being in “test” mode or “comp” mode. Comp mode would only update competition-necessary values. Test mode would update all. This should reduce the “0.02s loop overrun” or whatever warning we keep getting
The text was updated successfully, but these errors were encountered:
To expand this, there should be different values (preset in Constants.java, updated with Shuffleboard). 0 would be comp-mode (bare-minimum stuff we need when competing). 1 would be a level up from that. 2 would be one up from that. 3 (or whatever) would be everything.
Make a toggle button on shuffleboard for being in “test” mode or “comp” mode. Comp mode would only update competition-necessary values. Test mode would update all. This should reduce the “0.02s loop overrun” or whatever warning we keep getting
The text was updated successfully, but these errors were encountered: