Skip to content
Snippets Groups Projects
Commit f90a2d0d authored by Martin Killenberg's avatar Martin Killenberg
Browse files

fixed demo for status monitor (was not setting time stamps)

parent 77a03017
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ struct SimulationModule : public ctk::ApplicationModule {
}
temperature += direction * 1; // one dregree steps
setCurrentVersionNumber({}); // We generate data without trigger or other input.
// So we must update the version number manually.
// This automatically updates the time stamp as well.
temperature.write();
usleep(100000);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment