fix: 修复之前提交中的一些问题

This commit is contained in:
2024-01-09 17:20:08 +08:00
parent 768bcbaa1c
commit 07f9bcc33d
6 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
#include "jj_blueteeth.h"
bool bt_rx_flag = false;
uint8 bt_buffer;//接收字符存入
enum bt_order {
Start_work = 0x01,
Turn_Left = 0x02,