Commit 6b721174 authored by 时昊's avatar 时昊

feat:修改esp32版本号

parent fb48b800
...@@ -327,7 +327,7 @@ void Uart_Send_Id12_Pro(void )//收到底板回复的0x20后,发送蓝牙类型 ...@@ -327,7 +327,7 @@ void Uart_Send_Id12_Pro(void )//收到底板回复的0x20后,发送蓝牙类型
uint8_t ID12[2] = {0}; uint8_t ID12[2] = {0};
ID12[0] |= (uint8_t)(BT_User.BT_Sts << 4);//经典 ID12[0] |= (uint8_t)(BT_User.BT_Sts << 4);//经典
ID12[0] |= Ble_User.Ble_Sts;//ble ID12[0] |= Ble_User.Ble_Sts;//ble
ID12[1] = 100;//esp32软件版本号 ID12[1] = 101;//esp32软件版本号
Protocol_Send(0x12, ID12, 2); Protocol_Send(0x12, ID12, 2);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment