emuflight / EmuConfigurator

Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system
GNU General Public License v3.0
145 stars 26 forks source link

Missing 'SHFSS' item #256

Closed mywinchester closed 3 years ago

mywinchester commented 4 years ago
spiRxTypes.push(
                    'FRSKY_X',
                    'A7105_FLYSKY',
                    'A7105_FLYSKY_2A',
                    'NRF24_KN',
                    'SHFSS'
                );
nerdCopter commented 4 years ago

Emu does not have SHFSS yet.

nerdCopter commented 3 years ago

I was wrong SFHSS added Dec 2019 in firmware. we will

            if (semver.gte(CONFIG.apiVersion, "1.44.0")) {
                spiRxTypes.push(
                    'SFHSS'
                );
            }
nerdCopter commented 3 years ago

should be working in 0.3.4, if not, please re-open.