Updated Automatically Loading a Driver Controlled Op Mode (markdown)

FTC Engineering
2020-12-01 13:52:56 -05:00
parent d0e952955a
commit f97d722363

@ -27,7 +27,7 @@ Should you wish to not be required to manually enable and configure the preselec
```
@Autonomous(name="Blue Alliance Auto", group="Pushbot", preselectTeleOp="BlueAllianceTeleOp")
```
<p align="center">Use the _preselectTeleOp_ parameter to specify a preselected op mode.<p>
<p align="center">Use the preselectTeleOp parameter to specify a preselected op mode.<p>
Blockly users can make use of this feature as well, through a new dropdown in the Blockly program editor.