We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f1251 commit b4acf93Copy full SHA for b4acf93
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id "idea"
5
}
6
7
-version = "19.1.1"
+version = "19.1.2"
8
9
repositories {
10
jcenter()
src/main/resources/talon.toml
@@ -96,7 +96,7 @@
96
[VELOCITY_MEASUREMENT_WINDOW]
97
name = "Velocity Measurement Window"
98
type = "INTEGER"
99
- range = [1.0, 32.0]
+ range = [1.0, 64.0]
100
help = "Sets the number of velocity samples used in the rolling average velocity measurement."
101
102
#
0 commit comments