From 3c919f9324a15db101cc9800826c24f785da0841 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Wed, 21 Nov 2018 15:44:47 -0500 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index cc4734d..4bac553 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -52,8 +52,6 @@ As a workaround to this problem on the Motorola E4 phones, some members of the _ #### Workaround for Blocks Users -If you are a Blocks programmer, instead of using the "waitForStart" block (which is disabled in the screenshot below), you should use the alternate blocks (opModeIsActive and isStopRequested) shown in the screenshot below to avoid a disconnect with the E4 phones. - If you are a Blocks programmer, instead of using the "waitForStart" block (which is disabled in the screenshot below), you should use the "opModeIsActive" and "isStopRequested" blocks to create a loop that sends telemetry data to the Driver Station while waiting for the start command.