Skip to content

Commit

Permalink
flash cyan if using the default auto mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMorey committed Mar 11, 2024
1 parent 8954308 commit ab40aa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def disabledPeriodic(self) -> None:
self.status_lights.invalid_start()
else:
self.status_lights.missing_start_pose()
else:
self.status_lights.missing_start_pose()

def autonomousInit(self) -> None:
pass
Expand Down

0 comments on commit ab40aa5

Please sign in to comment.