diff options
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)); |
