From 7343fa5857e8f0cfbfd140f46eb61422d2f14ff1 Mon Sep 17 00:00:00 2001 From: GuLiMmo <2820890765@qq.com> Date: Fri, 22 Mar 2024 14:12:44 +0800 Subject: [PATCH] Update package.json --- 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