From 643b484510ab00854e89b7971d97076190651ecc Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 16 Sep 2024 17:26:03 +0200 Subject: [PATCH] Fix deadband and getSerialRxTypes (#4167) --- src/js/fc.js | 4 ++-- src/tabs/receiver.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@
- +