Add resilient dual-radio network failover
This commit is contained in:
@@ -18,6 +18,11 @@ function config(updateStatusPath: string, versionFile: string): AppConfig {
|
||||
allowedOrigins: new Set(),
|
||||
updateStatusPath,
|
||||
versionFile,
|
||||
network: {
|
||||
enabled: false,
|
||||
statusPath: join(tmpdir(), "missing-network-status.json"),
|
||||
commandPath: join(tmpdir(), "network-command.json")
|
||||
},
|
||||
adb: { enabled: false, executable: "adb", serial: null, timeoutMs: 3_000 }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user