diff --git a/TODO.md b/TODO.md index 8776bc5..4384186 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,6 @@ +- [ ] Fix gamepad mapping + - [ ] Provide default mapping + - [ ] Allow customization of button mappings - [ ] Authentication server, using HTTP dynamic content - [ ] server - [ ] client (frontend) diff --git a/tools/websocket-client/index.html b/tools/websocket-client/index.html index 61f4663..5ff6c9f 100644 --- a/tools/websocket-client/index.html +++ b/tools/websocket-client/index.html @@ -78,7 +78,7 @@ type="url" name="serverUrl" autocomplete="off" - value="binding://localhost:42069" + value="ws://localhost:42069" required > @@ -92,7 +92,7 @@ Username