summaryrefslogtreecommitdiff
path: root/Main.qml
diff options
context:
space:
mode:
authorNikita Kostovsky <nikita@kostovsky.me>2025-11-29 19:55:19 +0100
committerNikita Kostovsky <nikita@kostovsky.me>2025-11-29 19:55:19 +0100
commite42a33a6758a35707c0bb90d59f74ed0bd11f056 (patch)
tree91c9c99f6446c8433d2d8b68846f1379426cc377 /Main.qml
parent06f2b2259f6bb1218e9ab345d6058913a72899d0 (diff)
minor fixesHEADmaster
Diffstat (limited to 'Main.qml')
-rw-r--r--Main.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Main.qml b/Main.qml
index 7ffa773..d6451e2 100644
--- a/Main.qml
+++ b/Main.qml
@@ -104,10 +104,10 @@ ApplicationWindow {
gainSpinBox.value = json.gain / 10.;
}
- if (laserLevelSpinBox.value !== json.laserLevel) {
- console.log("update laserLevelSpinBox to", json.laserLevel)
- laserLevelSpinBox.value = json.laserLevel;
- }
+ // if (laserLevelSpinBox.value !== json.laserLevel) {
+ // console.log("update laserLevelSpinBox to", json.laserLevel)
+ // laserLevelSpinBox.value = json.laserLevel;
+ // }
});
}
@@ -149,7 +149,7 @@ ApplicationWindow {
return;
}
- console.log("writeParams result:", response.content);
+ console.log("writeParams result:", response.content, " ", response.status);
// var json = JSON.parse(response.content);
}, JSON.stringify(json));