diff --git a/Software/LogicAnalyzer/SharedDriver/LogicAnalyzerDriver.cs b/Software/LogicAnalyzer/SharedDriver/LogicAnalyzerDriver.cs index 6a36153..5575c0e 100644 --- a/Software/LogicAnalyzer/SharedDriver/LogicAnalyzerDriver.cs +++ b/Software/LogicAnalyzer/SharedDriver/LogicAnalyzerDriver.cs @@ -456,7 +456,9 @@ namespace SharedDriver public string? GetVoltageStatus() { - if(!isNetwork) + return "UNSUPPORTED"; + + if (!isNetwork) return "UNSUPPORTED"; OutputPacket pack = new OutputPacket();