feat: add online editor, work in progress

This commit is contained in:
2026-01-30 19:48:30 +01:00
parent e274352f98
commit ebb10ed61b
9 changed files with 621 additions and 44 deletions

View File

@@ -89,7 +89,7 @@ public class MainActivity extends AppCompatActivity {
}
// Launch server
server = new ControlServer(8080);
server = new ControlServer(this,8080);
try {
server.start();
String url = "http://" + getDeviceIP() + ":8080";