From 327e8c56fa36b53895ed280c5c1aac659a71bc61 Mon Sep 17 00:00:00 2001 From: xieb <vip_xiaobin810@163.com> Date: Mon, 29 Jan 2024 13:34:15 +0800 Subject: [PATCH] 配置 --- src/mqtt/config.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mqtt/config.ts b/src/mqtt/config.ts index 0ca8331..c3acd5b 100644 --- a/src/mqtt/config.ts +++ b/src/mqtt/config.ts @@ -13,7 +13,7 @@ clientId: clientId || 'DroneWeb', username: username || 'root', password: password || 'root', - host: host || '182.106.212.58', + host: host || '139.196.74.78', protocol: protocol || 'ws', - port: port || 35675, + port: port || 8083, } -- Gitblit v1.9.3