Add live hotspot network diagnostics
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user