Configure hotspot credentials from dashboard

This commit is contained in:
2026-07-31 20:41:16 +02:00
parent e52d2690ee
commit d1239d66af
19 changed files with 443 additions and 23 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ function config(updateStatusPath: string, versionFile: string): AppConfig {
network: {
enabled: false,
statusPath: join(tmpdir(), "missing-network-status.json"),
commandPath: join(tmpdir(), "network-command.json")
commandPath: join(tmpdir(), "network-command.json"),
configurationRequestPath: join(tmpdir(), "network-configuration.json")
},
adb: { enabled: false, executable: "adb", serial: null, timeoutMs: 3_000 }
};