mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
whoops
This commit is contained in:
+2
-2
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user