diff --git a/js/fc.js b/js/fc.js index 8c3215a9c..0c996a40d 100644 --- a/js/fc.js +++ b/js/fc.js @@ -1088,7 +1088,7 @@ var FC = { }, 21: { name: "Set IO Port", - operandType: "Set Flight Parameter", + operandType: "IO Expander", hasOperand: [true, true], output: "none" }, @@ -1279,6 +1279,12 @@ var FC = { hasOperand: [false, false], output: "boolean" }, + 55: { + name: "Read IO Port", + operandType: "IO Expander", + hasOperand: [true, false], + output: "boolean" + } } }, getOperandTypes: function () {