Skip to content

Commit aa555f5

Browse files
author
Thorsten Ludewig
committed
determin correct app start time
1 parent 86a009d commit aa555f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/App/App.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void appSetup()
112112
if ( timeinfo.tm_year >= 120 )
113113
{
114114
timeNotSet = false;
115-
appStartTime = now;
115+
appStartTime = now - (millis()/1000);
116116
break;
117117
}
118118
else

0 commit comments

Comments
 (0)