Skip to content

Commit 9333f41

Browse files
committed
default smooth for gyro disabled
1 parent 057fd80 commit 9333f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/graph_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ GraphConfig.load = function(config) {
215215
} else if (fieldName.match(/^servo\[/)) {
216216
return 5000;
217217
} else if (fieldName.match(/^gyroADC.*\[/)) {
218-
return 3000;
218+
return 0;
219219
} else if (fieldName.match(/^accSmooth\[/)) {
220220
return 3000;
221221
} else if (fieldName.match(/^axis.+\[/)) {

0 commit comments

Comments
 (0)