- Code refactored, DIagsPt1 and 2 moved into there own folder called DIagnostics
- Pre tests and final tests moved into a AiQ tests
- Mobile Pre Tests  added
- Mobile pre test - Added firmware check for the SRZ
This commit is contained in:
2025-12-22 14:37:43 +00:00
parent 7aba890514
commit 872be2e105
6 changed files with 667 additions and 471 deletions

View File

@@ -218,6 +218,7 @@ namespace AiQ_GUI
public static string LatestVersion { get; set; } = string.Empty;
public static int PowerConsumption { get; set; } = 0;
public static string LicencingServerURL { get; set; } = string.Empty;
public static string SRZFirmware { get; set; } = string.Empty;
}
public class CameraAccessInfo