Add read-only MG4 ADB status collector
This commit is contained in:
@@ -17,7 +17,8 @@ function config(updateStatusPath: string, versionFile: string): AppConfig {
|
||||
cookieSecure: false,
|
||||
allowedOrigins: new Set(),
|
||||
updateStatusPath,
|
||||
versionFile
|
||||
versionFile,
|
||||
adb: { enabled: false, executable: "adb", serial: null, timeoutMs: 3_000 }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user