mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 15:25:29 +03:00
BOXSERVO1-3 removed
This commit is contained in:
parent
b6b6324462
commit
7fe0ee8193
5 changed files with 42 additions and 64 deletions
|
@ -1622,7 +1622,7 @@ static void cliServoMix(char *cmdline)
|
|||
masterConfig.customServoMixer[i].speed,
|
||||
masterConfig.customServoMixer[i].min,
|
||||
masterConfig.customServoMixer[i].max,
|
||||
masterConfig.customServoMixer[i].box
|
||||
0
|
||||
);
|
||||
}
|
||||
cliPrintf("\r\n");
|
||||
|
@ -1721,7 +1721,6 @@ static void cliServoMix(char *cmdline)
|
|||
masterConfig.customServoMixer[i].speed = args[SPEED];
|
||||
masterConfig.customServoMixer[i].min = args[MIN];
|
||||
masterConfig.customServoMixer[i].max = args[MAX];
|
||||
masterConfig.customServoMixer[i].box = args[BOX];
|
||||
cliServoMix("");
|
||||
} else {
|
||||
cliShowParseError();
|
||||
|
@ -1992,7 +1991,7 @@ static void cliDump(char *cmdline)
|
|||
masterConfig.customServoMixer[i].speed,
|
||||
masterConfig.customServoMixer[i].min,
|
||||
masterConfig.customServoMixer[i].max,
|
||||
masterConfig.customServoMixer[i].box
|
||||
0
|
||||
);
|
||||
}
|
||||
#endif // USE_SERVOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue