加了更换设备后的重连
This commit is contained in:
parent
99e0b3ba14
commit
ddc0ca7706
|
@ -226,7 +226,7 @@ int BSP_Bt_Replace_Valve(uint8_t *data, uint8_t len)
|
|||
return 3;
|
||||
}
|
||||
BSP_Bt_Valve_Updata(); // 更新阀门信息
|
||||
Master_DisConnect();
|
||||
Master_DisConnect();//更新后先断联接
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue