Added lights panel tab to send LED commands. However we can not get in-game lighting as its on the socket not websocket. More reason for the bridge

This commit is contained in:
Jon ESA
2026-04-02 11:14:36 +01:00
parent 3dc9ee91d4
commit 9671785a14
7 changed files with 362 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## ReMote is a WASM Remote Monitor Application
### Install
```
sudo apt update
sudo apt install -y ninja-build python3 build-essential
@@ -19,4 +24,4 @@ cmake --build build-wasm
cd build-wasm
python3 -m http.server 8000
```