GuLiMmo
2024-03-19 aec00ecc093be803860c8675cbe1c4c776a7cb4e
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,
}