加了更换设备后的重连

This commit is contained in:
小马_666 2024-12-17 15:55:21 +08:00
parent 99e0b3ba14
commit ddc0ca7706
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ int BSP_Bt_Replace_Valve(uint8_t *data, uint8_t len)
return 3; return 3;
} }
BSP_Bt_Valve_Updata(); // 更新阀门信息 BSP_Bt_Valve_Updata(); // 更新阀门信息
Master_DisConnect(); Master_DisConnect();//更新后先断联接
} }
return 0; return 0;
} }