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:
parent
2fc96cf14d
commit
485472f7c9
7 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue