summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));