xieb
2024-01-29 327e8c56fa36b53895ed280c5c1aac659a71bc61
配置
1 files modified
4 ■■■■ changed files
src/mqtt/config.ts 4 ●●●● patch | view | raw | blame | history
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,
}