增加发车和停车菜单
增加停车相关条件开关功能
pref:
弯道速度控制一次函数->二次函数
删除图像下发无意义的0状态
fix:
修复下位机多次复位才能触发上位机复位
This commit is contained in:
2024-08-12 18:08:46 +08:00
parent 92eaf372ff
commit 06004e9e0b
14 changed files with 378 additions and 110 deletions

View File

@@ -13,6 +13,7 @@ extern bool bt_rx_flag;
extern uint8_t bt_buffer; // 接收字符存入
extern uint8_t bt_run_flag;
extern uint8_t bt_fly_flag;
extern uint8_t bt_ce_flag;
extern uint32_t bt_run;
extern float bt_fly;