Merge pull request from superyu1337/main

Merge main into development
This commit is contained in:
Janek 2024-04-16 15:53:57 +02:00 committed by GitHub
commit d906552914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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);