From 567085ead3f6adaabd884f16ab4b17c62e8f0403 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期日, 21 十二月 2025 22:28:09 +0800
Subject: [PATCH] OTA升级功能调通,准备增加boot的代码

---
 STM32H743/FML/PythonLink.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/STM32H743/FML/PythonLink.h b/STM32H743/FML/PythonLink.h
index 2b42147..4a3a59c 100644
--- a/STM32H743/FML/PythonLink.h
+++ b/STM32H743/FML/PythonLink.h
@@ -177,7 +177,11 @@
                                    HIDO_UINT16 _steering_pwm,
                                    HIDO_UINT16 _throttle_pwm,
                                    const HIDO_CHAR *_pcStage,
-                                   HIDO_UINT32 _timestamp_ms);
+                                   HIDO_UINT32 _timestamp_ms,
+                                   const HIDO_FLOAT *_pos_enu,
+                                   HIDO_FLOAT _heading_deg,
+                                   HIDO_FLOAT _target_heading_deg,
+                                   const HIDO_FLOAT *_target_xy);
 /**
  * @brief ASCII 杈撳嚭锛氬Э鎬�/浣嶇疆/鐩爣鐐�
  */

--
Gitblit v1.10.0