Skip to content

Commit

Permalink
Updated v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gemi254 committed Jul 20, 2023
1 parent 9aacc57 commit 76a9811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 76a9811

Please sign in to comment.