Add live hotspot network diagnostics

This commit is contained in:
2026-07-31 21:01:02 +02:00
parent d1239d66af
commit 37e2cb154e
19 changed files with 490 additions and 11 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ function config(directory: string, enabled = true): AppConfig {
enabled,
statusPath: join(directory, "status.json"),
commandPath: join(directory, "command.json"),
configurationRequestPath: join(directory, "configuration.json")
configurationRequestPath: join(directory, "configuration.json"),
activityPath: join(directory, "activity.json")
},
adb: { enabled: false, executable: "adb", serial: null, timeoutMs: 3_000 }
};