Restarted the production of the app

This commit is contained in:
Henry Winkel
2023-08-09 15:23:10 +02:00
parent b71f3b3bdf
commit 55ad5000dd
970 changed files with 453 additions and 79862 deletions

View File

@@ -33,11 +33,10 @@ int main()
SimControl::SimControl sc("127.0.0.255",8000);
sc.start();
while (running) {
std::this_thread::sleep_for(std::chrono::milliseconds(500));
}
sc.stop();
return 0;