We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7e909 commit 704ea33Copy full SHA for 704ea33
1 file changed
src/main.cpp
@@ -34,13 +34,6 @@ void loop()
34
35
serial_port::readAndHandleInput();
36
37
- for (auto task : device::tasks)
38
- {
39
- serial_port::cout << task.second.getLabel() << " : " << std::boolalpha << task.second.isRunning()
40
- << std::noboolalpha << " with " << task.second.getRecordedDuration().count() << " s" << std::endl;
41
- }
42
- serial_port::cout << "_\r" << std::endl;
43
-
44
std::this_thread::yield();
45
using namespace std::chrono_literals;
46
std::this_thread::sleep_for(100ms);
0 commit comments