Compare commits
No commits in common. "7467d8c7d23f695f5558b03b0be94af3aae2dce7" and "8ba301348d6e99d72bd71e25949b52362f1113f9" have entirely different histories.
7467d8c7d2
...
8ba301348d
@ -506,8 +506,7 @@ struct Index {
|
|||||||
// await getUDP(this.context, false)
|
// await getUDP(this.context, false)
|
||||||
ObtainSignalData.init();
|
ObtainSignalData.init();
|
||||||
CentralHeartbeat.init();
|
CentralHeartbeat.init();
|
||||||
CentralHeartbeat.sendHeartData()
|
CentralHeartbeat.getData((data: centerCallBackMsgType) => {
|
||||||
CentralHeartbeat.getData((data:centerCallBackMsgType)=>{
|
|
||||||
if (data.id == 32) {
|
if (data.id == 32) {
|
||||||
AppStorage.setOrCreate('signNum', data.body[1])
|
AppStorage.setOrCreate('signNum', data.body[1])
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user