From b3496d3bcb65ccb25498d6bf530d208941890ebd Mon Sep 17 00:00:00 2001 From: lv <1344032923@qq.com> Date: Tue, 1 Apr 2025 13:30:48 +0800 Subject: [PATCH] =?UTF-8?q?heart=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index 8e6cc709..a0389936 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -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])