mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 00:05:13 +03:00
R9M Access Fixes
This commit is contained in:
parent
74cd67fa35
commit
f888b83add
8 changed files with 20 additions and 15 deletions
|
@ -51,7 +51,7 @@ void menuRadioSpectrumAnalyser(event_t event)
|
|||
return;
|
||||
}
|
||||
|
||||
if (isModuleR9M2(g_moduleIdx)) {
|
||||
if (isModuleR9MAccess(g_moduleIdx)) {
|
||||
reusableBuffer.spectrumAnalyser.spanDefault = 20;
|
||||
reusableBuffer.spectrumAnalyser.spanMax = 40;
|
||||
reusableBuffer.spectrumAnalyser.freqDefault = 890;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue