diff --git a/Automatically-Loading-a-Driver-Controlled-Op-Mode.md b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md index 36c89e1..78413d1 100644 --- a/Automatically-Loading-a-Driver-Controlled-Op-Mode.md +++ b/Automatically-Loading-a-Driver-Controlled-Op-Mode.md @@ -10,7 +10,7 @@ Select an autonomous program to use during your match. The preselect button will
[[/images/Automatically-Loading-a-Driver-Controlled-Op-Mode/translucentPreselect.png]]
The preselect button will appear once an autonomous op mode has been selected.
-Note that in order for the preselect button to be visible, the selected op mode must be designated as an autonomous op mode either by using the @Autonomous annotation if it is written using Java or by selecting the Autonomous option in the Blocks editor. +Note that in order for the preselect button to be visible, the selected op mode must be designated as an autonomous op mode either by using the _@Autonomous_ annotation if it is written using Java or by selecting the _Autonomous_ option in the Blocks editor. If you do not see the preselect button, verify that your currently select op mode has been designated as autonomous.
[[/images/Automatically-Loading-a-Driver-Controlled-Op-Mode/designateAsAutonomous.png]]
The selected op mode must be designated as Autonomous in order for the preselect button to be visible.