1 2 3 4 5
// 机械臂默认ip pub const DEFAULT_IP: &str = "192.168.1.18"; // 机械臂默认端口 pub const DEFUALT_PORT: u16 = 8080;