heart提交

This commit is contained in:
lv 2025-04-01 13:30:48 +08:00
parent 40e7655d87
commit b3496d3bcb

View File

@ -507,6 +507,7 @@ struct Index {
// await getUDP(this.context, false)
ObtainSignalData.init();
CentralHeartbeat.init();
CentralHeartbeat.sendHeartData()
CentralHeartbeat.getData((data:centerCallBackMsgType)=>{
if (data.id == 32) {
AppStorage.setOrCreate('signNum', data.body[1])