xieb
2024-04-02 f67722eb3a674f70b56ca9f64fe8e6544bdca1d2
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,
}