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
@@ -22,7 +22,8 @@ function config(updateStatusPath: string, versionFile: string): AppConfig {
enabled: false,
statusPath: join(tmpdir(), "missing-network-status.json"),
commandPath: join(tmpdir(), "network-command.json"),
configurationRequestPath: join(tmpdir(), "network-configuration.json")
configurationRequestPath: join(tmpdir(), "network-configuration.json"),
activityPath: join(tmpdir(), "network-activity.json")
},
adb: { enabled: false, executable: "adb", serial: null, timeoutMs: 3_000 }
};