Replaced sleep
This commit is contained in:
@@ -149,7 +149,7 @@ namespace WiFiOptimizer {
|
||||
gp.flush();
|
||||
pts.clear();
|
||||
lines.clear();
|
||||
sleep(1);
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
||||
#endif
|
||||
|
||||
// 5) run the optimizer
|
||||
|
||||
Reference in New Issue
Block a user