I don't know what this code is sorry

This commit is contained in:
2023-09-05 19:57:20 -07:00
parent 33e9038343
commit 93a62d718f

View File

@ -298,7 +298,7 @@ function move_camera() {
} }
function open_socket() { function open_socket() {
server = new WebSocket("ws://NUC-server-1:8080"); server = new WebSocket(server_url);
server.onopen = function() { server.onopen = function() {
server.send(JSON.stringify({ server.send(JSON.stringify({
"type": "init", "type": "init",