GuLiMmo
2024-03-12 55fcb97a3d487f54353564f1e402e4d4b61feee9
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,
}