mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-22 00:00:20 +01:00
fix digital metadata
This commit is contained in:
parent
aa03def329
commit
7e08c8f28e
|
|
@ -1267,7 +1267,7 @@ function on_ws_recv(evt)
|
|||
{
|
||||
divlog("Received invalid message over WebSocket.");
|
||||
}*/
|
||||
} else if (firstChars=='MET')
|
||||
} else if (first3Chars=='MET')
|
||||
{
|
||||
var stringData=arrayBufferToString(evt.data);
|
||||
var metaPanels = Array.prototype.filter.call(document.getElementsByClassName('openwebrx-panel'), function(el) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue