FTC7393 / FtcRobotController

BSD 3-Clause Clear License
3 stars 1 forks source link

Change Enter Stack button (B) to go from STACK_4 to GROUND #36

Closed robot256 closed 1 year ago

robot256 commented 1 year ago

Change the final case of the enter stack button so that LEVER_4 -> GROUND (instead of LEVER_4 -> LEVER_4). This makes it so you can cycle 1-2-3-4-Ground-1-2-3-4-Ground. Otherwise, the only way to get from 4 to Ground is to press A twice, sending it from Stack 4 to Inside and then back to Ground.

robot256 commented 1 year ago

Fix the comment on the line you changed and it will be perfect.