mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Fire a realtime score notification at teleop start for Stage 1 activation.
This commit is contained in:
@@ -428,6 +428,9 @@ func (arena *Arena) Update() {
|
||||
auto = false
|
||||
enabled = true
|
||||
sendDsPacket = true
|
||||
|
||||
// For 2020, the score calculation might change at this point without input due to Stage 1 activation.
|
||||
arena.RealtimeScoreNotifier.Notify()
|
||||
}
|
||||
case TeleopPeriod:
|
||||
auto = false
|
||||
|
||||
Reference in New Issue
Block a user