From 43d16ee7431cf898846866019c53d34b3dceef28 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Thu, 7 Sep 2017 20:43:38 -0400 Subject: [PATCH] Updated Creating and Running an Op Mode (OnBot Java) (markdown) --- Creating-and-Running-an-Op-Mode-(OnBot-Java).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creating-and-Running-an-Op-Mode-(OnBot-Java).md b/Creating-and-Running-an-Op-Mode-(OnBot-Java).md index 834fdc8..f53163e 100644 --- a/Creating-and-Running-an-Op-Mode-(OnBot-Java).md +++ b/Creating-and-Running-an-Op-Mode-(OnBot-Java).md @@ -40,7 +40,7 @@ If you connected your laptop successfully to the Program & Manage wireless netwo Congratulations, you created your first op mode! The op mode currently does not do much, but you will eventually modify it to make it more useful. -

+

Note that when you create an OnBot op mode, you create a .java file that is stored on the Robot Controller. You can access your saved op modes using the project browser on the left side of the screen. You can also organize your saved op modes by right mouse clicking on the project browser to display a list of options to create, edit or delete files and folders.