Remove reference to FTC SDK 6.1

Westside Robotics
2021-11-15 19:52:51 -08:00
parent 503dbd6149
commit f4f234eabb

@ -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.