feat: 完善camera复位逻辑

This commit is contained in:
alivender
2025-07-14 17:15:35 +08:00
parent e8a16fd446
commit d901a440a7
3 changed files with 38 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
/// </summary>
public static class MsgBus
{
private static readonly UDPServer udpServer = new UDPServer(1234, 11);
private static readonly UDPServer udpServer = new UDPServer(1234, 12);
/// <summary>
/// 获取UDP服务器
/// </summary>