From ad7da779c763dae139eb6196ef564effd5c63a64 Mon Sep 17 00:00:00 2001 From: bsongis Date: Mon, 7 Jul 2014 07:21:12 +0200 Subject: [PATCH] Curves in Mixes were not correctly restored on Companion for Sky9x boards --- companion/src/firmwares/opentx/opentxeeprom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion/src/firmwares/opentx/opentxeeprom.cpp b/companion/src/firmwares/opentx/opentxeeprom.cpp index 71a5000b3..5d6ae59c0 100644 --- a/companion/src/firmwares/opentx/opentxeeprom.cpp +++ b/companion/src/firmwares/opentx/opentxeeprom.cpp @@ -1016,7 +1016,7 @@ class MixField: public TransformedField { if (mix.srcRaw.type != SOURCE_TYPE_NONE) { mix.destCh = _destCh + 1; - if (!IS_ARM(board) || version < 216) { + if (!IS_TARANIS(board) || version < 216) { if (!_curveMode) mix.curve = CurveReference(CurveReference::CURVE_REF_DIFF, smallGvarToC9x(_curveParam)); else if (_curveParam > 6)