完成远程遥控页面的优化,包括 折叠功能栏 点击振动反馈 ,急停的读秒进度条 ,左右的振动反馈 ,锁屏的功能按钮的开发(禁用上下左右的滑轮)

This commit is contained in:
2026-03-24 17:09:12 +08:00
parent f7523a943d
commit 8772b1cb43
17 changed files with 525 additions and 119 deletions

View File

@@ -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,