1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00

Update fc.js

Changed label for delta
This commit is contained in:
Darren Lines 2022-12-02 10:10:44 +00:00 committed by GitHub
parent a38c96fef2
commit 0bb96b9a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1177,7 +1177,7 @@ var FC = {
output: "boolean" output: "boolean"
}, },
50: { 50: {
name: "Delta (|A| > B)", name: "Delta (|A| >= B)",
operandType: "Comparison", operandType: "Comparison",
hasOperand: [true, true], hasOperand: [true, true],
output: "boolean" output: "boolean"