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
ee4a36af
Unverified
Commit
ee4a36af
authored
Mar 12, 2021
by
Paweł Spychalski
Committed by
GitHub
Mar 12, 2021
Browse files
Merge pull request #1196 from MingchenZhang/zmc-modulus-operator-configurator
Add modulus operator support
parents
e71f81f3
c96f8aba
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/fc.js
View file @
ee4a36af
...
...
@@ -1112,6 +1112,11 @@ var FC = {
hasOperand
:
[
true
,
true
],
output
:
"
raw
"
},
40
:
{
name
:
"
MOD
"
,
hasOperand
:
[
true
,
true
],
output
:
"
raw
"
},
18
:
{
name
:
"
GVAR SET
"
,
hasOperand
:
[
true
,
true
],
...
...
@@ -1216,7 +1221,7 @@ var FC = {
name
:
"
RC CHANNEL OVERRIDE
"
,
hasOperand
:
[
true
,
true
],
output
:
"
boolean
"
}
}
,
}
},
getOperandTypes
:
function
()
{
...
...
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