diff --git a/server/src/JtagClient.cs b/server/src/JtagClient.cs index 6773532..37e0476 100644 --- a/server/src/JtagClient.cs +++ b/server/src/JtagClient.cs @@ -422,7 +422,7 @@ public class Jtag if (!MsgBus.IsRunning) return new(new Exception("Message Bus not Working!")); - var retPack = await MsgBus.UDPServer.WaitForDataAsync(address, port); + var retPack = await MsgBus.UDPServer.WaitForDataAsync(address, 0, port); if (!retPack.IsSuccessful || !retPack.Value.IsSuccessful) return new(new Exception("Send address package failed")); diff --git a/src/components/equipments/MotherBoardCaps.vue b/src/components/equipments/MotherBoardCaps.vue index 01170d7..e7fce0d 100644 --- a/src/components/equipments/MotherBoardCaps.vue +++ b/src/components/equipments/MotherBoardCaps.vue @@ -9,24 +9,40 @@ IDCode: 0x{{ jtagIDCode.toString(16).padStart(8, "0").toUpperCase() }}
-