During auto tune mode ECC was not set to N/A
This commit is contained in:
+3
-4
@@ -917,12 +917,11 @@ void GetData() {
|
|||||||
if (band < BAND_GAP) {
|
if (band < BAND_GAP) {
|
||||||
if (advancedRDS && !afscreen && !screenmute) ShowAdvancedRDS();
|
if (advancedRDS && !afscreen && !screenmute) ShowAdvancedRDS();
|
||||||
if (afscreen && !screenmute) ShowAFEON();
|
if (afscreen && !screenmute) ShowAFEON();
|
||||||
if (!afscreen)
|
if (!afscreen) {
|
||||||
{
|
|
||||||
showPTY();
|
showPTY();
|
||||||
if (millis() >= tuningtimer + 200) doAF();
|
showECC();
|
||||||
if (millis() >= tuningtimer + 200) showECC();
|
|
||||||
showRadioText();
|
showRadioText();
|
||||||
|
if (millis() >= tuningtimer + 200) doAF();
|
||||||
}
|
}
|
||||||
showPI();
|
showPI();
|
||||||
showPS();
|
showPS();
|
||||||
|
|||||||
Reference in New Issue
Block a user