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
6c8322ac
Unverified
Commit
6c8322ac
authored
Apr 03, 2021
by
Alexander van Saase
Committed by
GitHub
Apr 03, 2021
Browse files
Merge pull request #1217 from MrD-RC/allow-editing-of-derivative-on-airplane
Allow editing of derivative on airplane
parents
4251e1a9
8fcdcee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/fc.js
View file @
6c8322ac
...
...
@@ -74,7 +74,7 @@ var FC = {
return
true
;
// Currently all platforms use D term
},
isCdComponentUsed
:
function
()
{
return
FC
.
isRpyDComponentUsed
()
;
return
MIXER_CONFIG
.
platformType
==
PLATFORM_MULTIROTOR
||
MIXER_CONFIG
.
platformType
==
PLATFORM_TRICOPTER
;
},
resetState
:
function
()
{
SENSOR_STATUS
=
{
...
...
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