Added data logging

This commit is contained in:
2019-02-26 17:44:50 +01:00
parent 0032606d56
commit 799e563ff5
6 changed files with 121 additions and 23 deletions

View File

@@ -52,6 +52,11 @@ Window {
onClicked: mgmt.trigger();
}
Button {
text: "stop"
onClicked: mgmt.stop();
}
}
Canvas {