This commit is contained in:
2026-04-03 15:09:33 +02:00
parent 96fec88b52
commit 8f977c912d
+2 -2
View File
@@ -274,7 +274,7 @@ class RDSDecoder {
if(this.rt_ab) { if(this.rt_ab) {
if(this.rt1_to_clear) { if(this.rt1_to_clear) {
this.rt1 = Array(64).fill(' '); this.rt1 = Array(64).fill(' ');
this.rt1_errors = Array(64).fill("0"); this.rt1_errors = Array(64).fill("10");
this.rt1_to_clear = false; this.rt1_to_clear = false;
} }
@@ -313,7 +313,7 @@ class RDSDecoder {
} else { } else {
if(this.rt0_to_clear) { if(this.rt0_to_clear) {
this.rt0 = Array(64).fill(' '); this.rt0 = Array(64).fill(' ');
this.rt0_errors = Array(64).fill("0"); this.rt0_errors = Array(64).fill("10");
this.rt0_to_clear = false; this.rt0_to_clear = false;
} }