Replaced sleep

This commit is contained in:
2018-08-01 15:50:37 +02:00
parent 0bb22b54e9
commit cbba812558

View File

@@ -149,7 +149,7 @@ namespace WiFiOptimizer {
gp.flush(); gp.flush();
pts.clear(); pts.clear();
lines.clear(); lines.clear();
sleep(1); std::this_thread::sleep_for(std::chrono::milliseconds(1));
#endif #endif
// 5) run the optimizer // 5) run the optimizer