mirror of
https://github.com/JasonYANG170/logicanalyzer.git
synced 2024-11-23 12:06:27 +00:00
Disabled power status
This commit is contained in:
parent
e891f9f7f2
commit
e99cc31c89
|
@ -456,7 +456,9 @@ namespace SharedDriver
|
||||||
|
|
||||||
public string? GetVoltageStatus()
|
public string? GetVoltageStatus()
|
||||||
{
|
{
|
||||||
if(!isNetwork)
|
return "UNSUPPORTED";
|
||||||
|
|
||||||
|
if (!isNetwork)
|
||||||
return "UNSUPPORTED";
|
return "UNSUPPORTED";
|
||||||
|
|
||||||
OutputPacket pack = new OutputPacket();
|
OutputPacket pack = new OutputPacket();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user