add pps monitor print

This commit is contained in:
Lion Kortlepel 2021-02-17 13:07:00 +01:00 committed by Anonymous275
parent 84252e892e
commit c7f8b2b131

View File

@ -20,6 +20,7 @@ void TPPSMonitor::operator()() {
// hard spi
std::this_thread::sleep_for(std::chrono::milliseconds(1));
}
info("PPSMonitor starting");
std::vector<std::shared_ptr<TClient>> TimedOutClients;
while (!mShutdown) {
int C = 0, V = 0;