diff --git a/LimelightHelpers.java b/LimelightHelpers.java index ded212c..c33df40 100644 --- a/LimelightHelpers.java +++ b/LimelightHelpers.java @@ -1762,7 +1762,7 @@ public static void SetIMUAssistAlpha(String limelightName, double alpha) { * Configures the throttle value. Set to 100-200 while disabled to reduce thermal output/temperature. * * @param limelightName Name/identifier of the Limelight - * @param throttle Defaults to 0. Your Limelgiht will process one frame after skipping frames. + * @param throttle Defaults to 0. Your Limelgiht will process one frame after skipping <throttle> frames. */ public static void SetThrottle(String limelightName, int throttle) { setLimelightNTDouble(limelightName, "throttle_set", throttle); @@ -1944,4 +1944,4 @@ public static void setupPortForwardingUSB(int usbIndex) { PortForwarder.add(basePort + i, ip, 5800 + i); } } -} \ No newline at end of file +}