feat:航点保存7000 8000

This commit is contained in:
gyb111222 2026-03-20 14:43:08 +08:00
parent 18466c16bc
commit 3b9d98e7d5
1 changed files with 2 additions and 2 deletions

View File

@ -186,11 +186,11 @@ public class WayPointUitls {
case 7000: // 结束间隔拍照
return String.format(Locale.US,
"%d\t0\t3\t2501\t0\t0\t0\t0\t0\t0\t0.000000\t1", index);
"%d\t0\t3\t7000\t0\t0\t0\t0\t0\t0\t0.000000\t1", index);
case 8000: // 全景拍照
return String.format(Locale.US,
"%d\t0\t3\t2501\t0\t0\t0\t0\t0\t0\t0.000000\t1", index);
"%d\t0\t3\t8000\t0\t0\t0\t0\t0\t0\t0.000000\t1", index);
default:
throw new IllegalArgumentException("未知命令: " + point.getCommand());