lv_chengmai #28

Merged
wangzhongjie merged 7 commits from lv_chengmai into main 2024-07-11 13:30:51 +08:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 514d3beb60 - Show all commits

View File

@ -5,6 +5,11 @@
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
"cppFlags": "",
},
"sourceOption": {
"workers": [
'./src/main/ets/workers/worker.ts'
]
}
},
"targets": [
@ -16,3 +21,4 @@
}
]
}

View File

@ -69,7 +69,7 @@ export async function getUDP2() {
udpClient2.bindUdp()
udpClient2.onError_Callback()
udpClient2.onMessage_1((val) => {
udpClient2.onMessage_2((val) => {
if (val.id == '32') {
globalThis.signNum = val.body[1]