Skip to content

Commit b4acf93

Browse files
committed
Allow velocity measurement window to be 64
1 parent 55f1251 commit b4acf93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "idea"
55
}
66

7-
version = "19.1.1"
7+
version = "19.1.2"
88

99
repositories {
1010
jcenter()

src/main/resources/talon.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
[VELOCITY_MEASUREMENT_WINDOW]
9797
name = "Velocity Measurement Window"
9898
type = "INTEGER"
99-
range = [1.0, 32.0]
99+
range = [1.0, 64.0]
100100
help = "Sets the number of velocity samples used in the rolling average velocity measurement."
101101

102102
#

0 commit comments

Comments
 (0)