From 05708a3f53e418d39a54a8216e73d9ae889fdf76 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Wed, 10 Apr 2019 18:00:31 -0400 Subject: [PATCH] Updated Writing an Op Mode with FTC Blocks (markdown) --- Writing-an-Op-Mode-with-FTC-Blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writing-an-Op-Mode-with-FTC-Blocks.md b/Writing-an-Op-Mode-with-FTC-Blocks.md index 3b18c04..bebd2d3 100644 --- a/Writing-an-Op-Mode-with-FTC-Blocks.md +++ b/Writing-an-Op-Mode-with-FTC-Blocks.md @@ -77,7 +77,7 @@ Note that you will need an estimated 15 minutes to complete this task. Important Note: The programming blocks for user configured devices (motors, servos and sensors) will only be visible in the Blocks tool if there is an active configuration file with the configured devices included in the file. If a type of device is not included in the active configuration file, then its programming blocks will be missing from the palette of blocks. -If you did not (create and activate a configuration file yet)[https://github.com/FIRST-Tech-Challenge/ftc_app/wiki/Configuring-Your-Hardware],then you should follow the (instructions in the wiki)[https://github.com/FIRST-Tech-Challenge/ftc_app/wiki/Configuring-Your-Hardware] to do so. After you created and activated your configuration file, you can close and then reopen your op mode so that the programming blocks for the newly configured devices will be visible. +If you did not [create and activate a configuration file yet](https://github.com/FIRST-Tech-Challenge/ftc_app/wiki/Configuring-Your-Hardware), then you should follow the [instructions in the wiki](https://github.com/FIRST-Tech-Challenge/ftc_app/wiki/Configuring-Your-Hardware) to do so. After you created and activated your configuration file, you can close and then reopen your op mode so that the programming blocks for the newly configured devices will be visible. | Modifying Your Op Mode to Control a DC Motor | | ---- |