xieb
2023-09-19 35190a1fbda7ad9b3147810c6f4fa3e3c3829391
src/mqtt/config.ts
@@ -9,9 +9,9 @@
  reconnectPeriod: 10000, // 重连间隔时间: 5s
  keepalive: 1, // 心跳间隔时间:1s
  clientId: 'DroneWeb',
  // username: 'guest',
  // password: 'guest',
  host: '192.168.1.198',
  username: 'root',
  password: 'root',
  host: '182.106.212.58',
  protocol: 'ws',
  port: 8083,
  port: 35675,
}