mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-07 23:43:45 +00:00
fix digital metadata
This commit is contained in:
parent
aa03def329
commit
7e08c8f28e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue