fix: 更新MQTT代理地址并修复注释中的拼写错误
将MQTT代理地址从192.168.11.24更改为120.24.241.164以连接到新服务器 修复generateRandomClientId函数注释中的多余字符'R'
This commit is contained in:
@@ -19,7 +19,7 @@ enum class Gait : int {
|
||||
constexpr std::string_view NETWORK_INTERFACE = "eth0";
|
||||
|
||||
// MQTT settings
|
||||
constexpr std::string_view MQTT_BROKER = "192.168.11.24";
|
||||
constexpr std::string_view MQTT_BROKER = "120.24.241.164";
|
||||
constexpr int MQTT_PORT = 1883;
|
||||
constexpr std::string_view MQTT_CLIENT_ID = "unitree_go2_client";
|
||||
constexpr std::string_view MQTT_USERNAME = "lzwc";
|
||||
|
||||
Reference in New Issue
Block a user