mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
info from server
This commit is contained in:
@@ -202,6 +202,11 @@ function handleData(wss, receivedData, rdsWss) {
|
||||
rdsdec.decodeGroup(parseInt(a, 16), parseInt(b, 16), parseInt(c, 16), parseInt(d, 16), errors);
|
||||
legacyRdsPiBuffer = null;
|
||||
break;
|
||||
case receivedLine.startsWith("!"):
|
||||
wss.clients.forEach((client) => {
|
||||
client.send(receivedLine.trim());
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user