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.