Skip to content
Snippets Groups Projects
Commit ac4ec87f authored by Ruben Otto's avatar Ruben Otto :crab:
Browse files

fix: update instead of insert if measurement type changes

parent abecaabe
Branches
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ int main() {
break;
}
} else {
action = -1;
action = 1;
}
measurement_cache[i] = measurement;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment