diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2025-11-29 19:55:19 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2025-11-29 19:55:19 +0100 |
| commit | e42a33a6758a35707c0bb90d59f74ed0bd11f056 (patch) | |
| tree | 91c9c99f6446c8433d2d8b68846f1379426cc377 /Main.qml | |
| parent | 06f2b2259f6bb1218e9ab345d6058913a72899d0 (diff) | |
Diffstat (limited to 'Main.qml')
| -rw-r--r-- | Main.qml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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)); |
