From ef49cb81538ec922efe46997c24c037e3f0236e8 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 19 Sep 2017 16:06:56 -0400 Subject: [PATCH] Updated Creating and Running an Op Mode (Android Studio) (markdown) --- Creating-and-Running-an-Op-Mode-(Android-Studio).md | 1 + 1 file changed, 1 insertion(+) diff --git a/Creating-and-Running-an-Op-Mode-(Android-Studio).md b/Creating-and-Running-an-Op-Mode-(Android-Studio).md index ec30fe7..f9a0dd8 100644 --- a/Creating-and-Running-an-Op-Mode-(Android-Studio).md +++ b/Creating-and-Running-an-Op-Mode-(Android-Studio).md @@ -179,6 +179,7 @@ If the installation was successful, the Robot Controller app should be launched ### Running Your Op Mode If you successfully built and installed your updated Android app with your new op mode, then you are ready to run the op mode. Verify that the Driver Station is still connected to the Robot Controller. Since you designated that your example op mode is a tele-operated op mode, it will be listed as a “TeleOp” op mode. + On the Driver Station, use the “TeleOp” dropdown list control to display the list of available op modes. Select your op mode (“MyFIRSTJavaOpMode”) from the list.