Remove libzip

This commit is contained in:
Lion Kortlepel
2021-11-06 13:03:20 +01:00
parent fdc205f521
commit 9f5fa8fb9b
3 changed files with 12 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ void TPPSMonitor::operator()() {
// hard spi
std::this_thread::sleep_for(std::chrono::milliseconds(1));
}
beammp_info("PPSMonitor starting");
beammp_debug("PPSMonitor starting");
std::vector<std::shared_ptr<TClient>> TimedOutClients;
while (!mShutdown) {
std::this_thread::sleep_for(std::chrono::seconds(1));