Merge branch 'development' of https://github.com/superyu1337/radarflow2 into development
This commit is contained in:
commit
0e75f1b78f
@ -35,7 +35,7 @@ if (location.protocol == 'https:') {
|
||||
} else {
|
||||
websocketAddr = `ws://${window.location.host}/ws`
|
||||
}
|
||||
websocketAddr = "ws://192.168.0.235:8000/ws"
|
||||
//websocketAddr = "ws://192.168.0.235:8000/ws"
|
||||
|
||||
// Util functions
|
||||
const clamp = (num, min, max) => Math.min(Math.max(num, min), max);
|
||||
|
Loading…
x
Reference in New Issue
Block a user