From f4f234eabbed71ea78358c879233f37f67e91cac Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Mon, 15 Nov 2021 19:52:51 -0800 Subject: [PATCH] Remove reference to FTC SDK 6.1 --- Custom-FTC-Blocks-(myBlocks).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-FTC-Blocks-(myBlocks).md b/Custom-FTC-Blocks-(myBlocks).md index 477e9a0..382e0b1 100644 --- a/Custom-FTC-Blocks-(myBlocks).md +++ b/Custom-FTC-Blocks-(myBlocks).md @@ -411,7 +411,7 @@ The same suggestion might apply to reading sensors and encoders, if the data are # Example: Modify Telemetry Settings -Telemetry messages are sent from the Robot Controller to the Driver Station up to **four time per second**, by default. This maximum refresh rate can be changed with Android Studio or OnBot Java, but **not** with regular Blocks (version 6.1). Now a myBlock can provide that capability too! +Telemetry messages are sent from the Robot Controller to the Driver Station up to **four time per second**, by default. This maximum refresh rate can be changed with Android Studio or OnBot Java, but **not** with regular Blocks. Now a myBlock can provide that capability too! This simple example allows a Blocks user to change the standard time interval from 250 milliseconds to any other interval.