@mytec: iter3.5.1 ready for testing

This commit is contained in:
2026-02-03 12:04:36 +02:00
parent 255b91f257
commit 20d19d09ae
14 changed files with 1583 additions and 8 deletions

View File

@@ -240,6 +240,12 @@ class ApiService {
return response.json();
}
async getGPUDiagnostics(): Promise<Record<string, unknown>> {
const response = await fetch(`${API_BASE}/api/gpu/diagnostics`);
if (!response.ok) throw new Error('Failed to get GPU diagnostics');
return response.json();
}
// === Terrain Profile API ===
async getTerrainProfile(