Add some comments, clean ups

This commit is contained in:
badaix 2020-05-10 21:52:19 +02:00
parent 2a6360a832
commit 184254b35f
6 changed files with 13 additions and 13 deletions

View file

@ -367,8 +367,9 @@ void Controller::worker()
}
});
// // Do initial time sync with the server
// Do initial time sync with the server
sendTimeSyncMessage(50);
// Start receiver loop
getNextMessage();
}
else