Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
Delta Configurator
Commits
c0b34eec
Commit
c0b34eec
authored
May 09, 2021
by
ctrenkov
Browse files
fixed textbox
parent
3ded53ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
tabs/drone_canvas.html
View file @
c0b34eec
...
...
@@ -20,5 +20,8 @@
</table>
<span
class=
"btn default_btn narrow green"
id=
"add-motor"
><a
href=
"#"
>
Add motor
</a></span>
<span
class=
"btn default_btn narrow green"
id=
"launch-solver"
><a
href=
"#"
>
Solve!
</a></span>
<br/>
<textarea
style=
"background-color: #EEEEF0; border-style: solid; float: right;"
id=
"w3review"
name=
"w3review"
rows=
"10"
cols=
"50"
>
this is a mixer test
</textarea>
</div>
tabs/drone_canvas.js
View file @
c0b34eec
...
...
@@ -218,7 +218,6 @@ TABS.drone_canvas.initialize = function (callback) {
mixer
[
j
][
i
]
=
solve
[
j
][
0
];
}
}
console
.
log
(
"
MIXEr
"
);
console
.
log
(
mixer
);
//console.log(math.round(math.multiply(mixer, math.transpose([0, 0, 1, 0, 1, 0])), 2));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment