diff --git a/daemon/src/main.c b/daemon/src/main.c index dedd2e9552312401cd8581a524ab97d076363dce..2c28f6151f68f99d98ad1bdd52edbe2c30f98bb5 100644 --- a/daemon/src/main.c +++ b/daemon/src/main.c @@ -146,7 +146,7 @@ int main() { break; } } else { - action = -1; + action = 1; } measurement_cache[i] = measurement;