You've already forked TEF6686_ESP32
Fixed RDS residue on memory change
This commit is contained in:
@@ -2787,7 +2787,8 @@ void ShowMemoryPos() {
|
|||||||
|
|
||||||
void DoMemoryPosTune() {
|
void DoMemoryPosTune() {
|
||||||
if (spispeed == 7) tft.setSPISpeed(50);
|
if (spispeed == 7) tft.setSPISpeed(50);
|
||||||
|
radio.clearRDS(fullsearchrds);
|
||||||
|
|
||||||
// Process empty stations
|
// Process empty stations
|
||||||
if (IsStationEmpty()) {
|
if (IsStationEmpty()) {
|
||||||
memoryposstatus = MEM_DARK;
|
memoryposstatus = MEM_DARK;
|
||||||
@@ -2884,6 +2885,7 @@ void DoMemoryPosTune() {
|
|||||||
BWtune = true;
|
BWtune = true;
|
||||||
memtune = true;
|
memtune = true;
|
||||||
memreset = true;
|
memreset = true;
|
||||||
|
rdsflagreset = false;
|
||||||
ShowFreq(0);
|
ShowFreq(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user