Skip to content

Commit 2e3a384

Browse files
Reducing the minumum mmix number of motors for the warning to appear in the "Custom Airplane" mixer (#4319)
* Reduced Custom Airplane mixer min motor count * Update src/js/model.js --------- Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent 2d0f682 commit 2e3a384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const mixerList = [
2626
{ name: "Singlecopter", pos: 20, model: "custom", image: "custom", motors: 1, servos: true },
2727
{ name: "A-tail Quad", pos: 21, model: "quad_atail", image: "atail_quad", motors: 4, servos: false },
2828
{ name: "Custom", pos: 22, model: "custom", image: "custom", motors: 0, servos: false },
29-
{ name: "Custom Airplane", pos: 23, model: "custom", image: "custom", motors: 2, servos: true },
29+
{ name: "Custom Airplane", pos: 23, model: "custom", image: "custom", motors: 1, servos: true },
3030
{ name: "Custom Tricopter", pos: 24, model: "custom", image: "custom", motors: 3, servos: true },
3131
{ name: "Quad X 1234", pos: 25, model: "quad_x", image: "quad_x_1234", motors: 4, servos: false },
3232
{ name: "Octo X8 +", pos: 26, model: "custom", image: "custom", motors: 8, servos: false },

0 commit comments

Comments
 (0)