some changes

This commit is contained in:
2026-05-20 17:31:03 +02:00
parent e30a08c0a1
commit 1b99b2e5d8
10 changed files with 19 additions and 30 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ function handleData(wss, receivedData, rdsWss) {
case receivedLine.startsWith('Ss'):
processSignal(receivedLine, true, false);
break;
case receivedLine.startsWith('SS'): // ss? oh no
case receivedLine.startsWith('SS'): // ss? germany mentioned?
processSignal(receivedLine, true, true);
break;
case receivedLine.startsWith('SM'):