diff --git a/cube/User/Src/networkAbstractionLayer.c b/cube/User/Src/networkAbstractionLayer.c index 575967c..d9a81d9 100644 --- a/cube/User/Src/networkAbstractionLayer.c +++ b/cube/User/Src/networkAbstractionLayer.c @@ -31,7 +31,7 @@ static void networkSecondsHandler(void *handle) { coloredMsg(LOG_YELLOW, "nsh, failed"); seconds.missedUpdates += 1; } - } else if (tryAgain || ((seconds.seconds % 3600) == 0)) { + } else if (tryAgain || ((seconds.seconds % 300) == 0)) { coloredMsg(LOG_YELLOW, "nsh, periodically querying time"); uint64_t tmpSeconds = networkSntpQuery(); if (tmpSeconds != 0) {