prepare for different types of connections

This commit is contained in:
Jakob Ketterl
2019-07-01 11:47:07 +02:00
parent 0e205ec1d9
commit f283a1ad68
3 changed files with 15 additions and 8 deletions

View File

@ -1431,7 +1431,7 @@ function waterfall_dequeue()
function on_ws_opened()
{
ws.send("SERVER DE CLIENT openwebrx.js");
ws.send("SERVER DE CLIENT client=openwebrx.js type=receiver");
divlog("WebSocket opened to "+ws_url);
}