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 3d1d8cc commit 024592aCopy full SHA for 024592a
js/graph_config.js
@@ -535,6 +535,13 @@ GraphConfig.load = function(config) {
535
return getCurveForMinMaxFieldsZeroOffset(fieldName);
536
}
537
break;
538
+ case 'FF_LIMIT':
539
+ return {
540
+ offset: 0,
541
+ power: 1.0,
542
+ inputRange: 300,
543
+ outputRange: 1.0
544
+ };
545
case 'FF_INTERPOLATED':
546
switch (fieldName) {
547
case 'debug[0]': // in 4.3 is interpolated setpoint
@@ -552,7 +559,7 @@ GraphConfig.load = function(config) {
552
559
inputRange: 1000,
553
560
outputRange: 1.0
554
561
};
555
- case 'debug[3]': // rcCommand
562
+ case 'debug[3]': // rcCommand delta
556
563
return {
557
564
offset: 0,
558
565
power: 1.0,
0 commit comments