feat: 完成数码管websocket通信
This commit is contained in:
@@ -63,7 +63,7 @@ public class SevenDigitalTubesCtrl
|
||||
return (byte)(data & 0xFF);
|
||||
}
|
||||
|
||||
public async ValueTask<Result<byte[]>> ScanTubes()
|
||||
public async ValueTask<Result<byte[]>> ScanAllTubes()
|
||||
{
|
||||
var tubes = new byte[32];
|
||||
for (int i = 0; i < 32; i++)
|
||||
|
||||
Reference in New Issue
Block a user