Skip to content

Commit 024592a

Browse files
committed
fix FF_LIMIT debug graph
1 parent 3d1d8cc commit 024592a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

js/graph_config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,13 @@ GraphConfig.load = function(config) {
535535
return getCurveForMinMaxFieldsZeroOffset(fieldName);
536536
}
537537
break;
538+
case 'FF_LIMIT':
539+
return {
540+
offset: 0,
541+
power: 1.0,
542+
inputRange: 300,
543+
outputRange: 1.0
544+
};
538545
case 'FF_INTERPOLATED':
539546
switch (fieldName) {
540547
case 'debug[0]': // in 4.3 is interpolated setpoint
@@ -552,7 +559,7 @@ GraphConfig.load = function(config) {
552559
inputRange: 1000,
553560
outputRange: 1.0
554561
};
555-
case 'debug[3]': // rcCommand
562+
case 'debug[3]': // rcCommand delta
556563
return {
557564
offset: 0,
558565
power: 1.0,

0 commit comments

Comments
 (0)