From e42a33a6758a35707c0bb90d59f74ed0bd11f056 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Sat, 29 Nov 2025 19:55:19 +0100 Subject: minor fixes --- Main.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Main.qml') 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)); -- cgit v1.2.3-70-g09d2