Commit 32ba1edc authored by 时昊's avatar 时昊

feat:蓝牙改回自动重连

parent 6b721174
......@@ -89,9 +89,9 @@ void BT_User_Process(void )
if(BT_User.ReconnTime >= BT_ReConn_T)
{
printf("Connect Start.................\n");
if(BTConnectFlag == 0)
//if(BTConnectFlag == 0)
{
BTConnectFlag = 1;
//BTConnectFlag = 1;
if(app_BT_Get_BondDev() == 1)
{
esp_hf_client_connect(peer_addr);
......
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