fix: 更新MQTT代理服务器IP地址
将MQTT代理服务器地址从192.168.2.236更改为192.168.11.24以匹配新的网络配置
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.2.236";
|
||||
constexpr std::string_view MQTT_BROKER = "192.168.11.24";
|
||||
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