feat: 完成七段数码管后端
This commit is contained in:
@@ -21,8 +21,8 @@ public class NetConfigController : ControllerBase
|
||||
private const int BOARD_PORT = 1234;
|
||||
|
||||
// 本机网络信息
|
||||
private readonly IPAddress _localIP;
|
||||
private readonly byte[] _localMAC;
|
||||
private readonly IPAddress _localIP = IPAddress.Any;
|
||||
private readonly byte[] _localMAC = new byte[6];
|
||||
private readonly string _localIPString;
|
||||
private readonly string _localMACString;
|
||||
private readonly string _localInterface;
|
||||
|
||||
Reference in New Issue
Block a user