diff --git a/ch.psi.fda.fdaq/Readme.md b/ch.psi.fda.fdaq/Readme.md index 70de5ea..6769c32 100644 --- a/ch.psi.fda.fdaq/Readme.md +++ b/ch.psi.fda.fdaq/Readme.md @@ -14,6 +14,8 @@ To acquire data into a file use: java -jar java -jar ch.psi.fda.fdaq-.jar acquire ``` +You can terminate the acquisition with *CTRL+C*. If you submit 2 consequtive *CTRL+C* the program will terminate immediately (and data might be lost); + Send stop/reset request (to abort an data collection) ``` diff --git a/ch.psi.fda.fdaq/pom.xml b/ch.psi.fda.fdaq/pom.xml index 0595fec..70b9b24 100644 --- a/ch.psi.fda.fdaq/pom.xml +++ b/ch.psi.fda.fdaq/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ch.psi ch.psi.fda.fdaq - 1.0.1 + 1.0.3