Skip to content

Commit edad524

Browse files
authored
Removed merge artefacts
1 parent 9d79675 commit edad524

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

js/RateCurve.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,11 @@ var RateCurve = function (useLegacyCurve) {
6161
RateCurve.prototype.rcCommandRawToDegreesPerSecond = function (rcData, rate, rcRate, rcExpo, superExpoActive, deadband) {
6262
var angleRate;
6363
if (rate !== undefined && rcRate !== undefined && rcExpo !== undefined) {
64-
<<<<<<< f9ea2c8ee4e9635ef6191b0d8b160dbb44128d82
6564
if (rcRate > 2) {
6665
rcRate = rcRate + (rcRate - 2) * 14.54;
6766
}
68-
var inputValue = this.rcCommand(rcData, rcRate);
69-
=======
67+
7068
var inputValue = this.rcCommand(rcData, rcRate, deadband);
71-
>>>>>>> Added deadband to curves and model calculations. Also fixed rates curve bug in pre 2.8.
7269
var maxRc = 500 * rcRate;
7370

7471
var expoPower;

0 commit comments

Comments
 (0)