From 76a9811264a57a065961b51fd601fdbb23aff5d6 Mon Sep 17 00:00:00 2001 From: gemi254 Date: Thu, 20 Jul 2023 12:04:46 +0300 Subject: [PATCH] Updated v1.1.8 --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.h b/src/utils.h index 496bbdd..b287f4d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -40,7 +40,7 @@ bool getLocalNTPTime() { // Wait to sync time to ntp void syncTime(){ - int tries=8; + int tries = 5; bool sync = getLocalNTPTime(); while(!sync && tries >= 0){ if (getEpoch() > 10000) {