1
0
Fork 0
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:
Bertrand Songis 2019-06-12 14:06:11 +02:00
parent 74cd67fa35
commit f888b83add
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
8 changed files with 20 additions and 15 deletions

View file

@ -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;