Skip to content

Commit

Permalink
build: 🚀 v2.2.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dewiweb committed Feb 9, 2024
1 parent 2dd962f commit 207d386
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,18 @@ function createWindow() {
o2o_address,
Number(o2o_port)
);
oscGet.send({
address: "/get",
args: [
{
type: "s",
value: "/track/"+init_CA_OID.contents.description.match((/\d+/g)),
},
],
},
oServerIP,
oServerPort
);
eGet.subscribe(init_oid2osc, () => {
async function bip() {
let emberValue = init_oid2osc.contents.value;
Expand All @@ -598,6 +610,18 @@ function createWindow() {
o2o_address,
Number(o2o_port)
);
oscGet.send({
address: "/get",
args: [
{
type: "s",
value: "/track/"+init_CA_OID.contents.description.match((/\d+/g)),
},
],
},
oServerIP,
oServerPort
);
}
bip();
});
Expand Down Expand Up @@ -679,6 +703,7 @@ function createWindow() {
}
} else if (parameter_type == "BOOLEAN") {
let bool_description = initialReq.contents.description;
sFactor = "*";
win.webContents.send("choosen_type", 1, myRow);
win.webContents.send(
"loginfo",
Expand Down
1 change: 1 addition & 0 deletions src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ ipcRenderer.on("sendFileContent", (e, content) => {

}
} else {
//cell3.innerHTML = "*"
cell9.innerHTML =
element.min.split("/")[0] +
"/" +
Expand Down

0 comments on commit 207d386

Please sign in to comment.