diff --git a/src/js/fc.js b/src/js/fc.js index 5c36dfa681..c8f526fb8e 100644 --- a/src/js/fc.js +++ b/src/js/fc.js @@ -839,9 +839,9 @@ const FC = { supportedRxTypes.push('IRC GHOST'); } return supportedRxTypes; - } else { - return this.getSerialRxTypes(); } + + return FC.getSerialRxTypes(); }, calculateHardwareName() { diff --git a/src/tabs/receiver.html b/src/tabs/receiver.html index b689f212aa..8c8c411075 100644 --- a/src/tabs/receiver.html +++ b/src/tabs/receiver.html @@ -154,7 +154,7 @@
- +