mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Update setUpdateRate() documentation to match implementation.
Update rates as fast as 10 ms are now allowed. Fixes #184.
This commit is contained in:
@@ -1007,7 +1007,7 @@ public class NetworkTable implements ITable, IRemote {
|
||||
/**
|
||||
* Set the periodic update rate.
|
||||
*
|
||||
* @param interval update interval in seconds (range 0.1 to 1.0)
|
||||
* @param interval update interval in seconds (range 0.01 to 1.0)
|
||||
*/
|
||||
public static void setUpdateRate(double interval) {
|
||||
NetworkTablesJNI.setUpdateRate(interval);
|
||||
|
||||
Reference in New Issue
Block a user