1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Spectrum analyser working

This commit is contained in:
Bertrand Songis 2019-02-07 11:09:19 +01:00
parent 2fc96cf14d
commit 485472f7c9
7 changed files with 10 additions and 8 deletions

View file

@ -132,7 +132,7 @@ void processBindFrame(uint8_t module, uint8_t * frame)
void processSpectrumFrame(uint8_t module, uint8_t * frame)
{
if (moduleSettings[module].mode != MODULE_MODE_SPECTRUM) {
if (moduleSettings[module].mode != MODULE_MODE_SPECTRUM_ANALYSER) {
return;
}