完成远程遥控页面的优化,包括 折叠功能栏 点击振动反馈 ,急停的读秒进度条 ,左右的振动反馈 ,锁屏的功能按钮的开发(禁用上下左右的滑轮)
This commit is contained in:
@@ -265,7 +265,7 @@ class PathPlanner {
|
||||
|
||||
final routePlanSendEntity = RoutePlanSendEntity(
|
||||
commandType: 0x01,
|
||||
pointCounts: pointIndex, // 🔥 使用点编号,而不是固定的 1
|
||||
pointCounts: 1, // 🔥 使用点编号,而不是固定的 1
|
||||
targetLatitude: entity.latitude,
|
||||
targetLongitude: entity.longitude,
|
||||
speed: 1000,
|
||||
|
||||
Reference in New Issue
Block a user