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,6 +456,8 @@ namespace SharedDriver
|
||||||
|
|
||||||
public string? GetVoltageStatus()
|
public string? GetVoltageStatus()
|
||||||
{
|
{
|
||||||
|
return "UNSUPPORTED";
|
||||||
|
|
||||||
if (!isNetwork)
|
if (!isNetwork)
|
||||||
return "UNSUPPORTED";
|
return "UNSUPPORTED";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user