This commit is contained in:
Verkehrsrot 2019-08-11 21:12:27 +02:00
parent 3518c2660f
commit 5b8cef880c
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@ description = Paxcounter is a device for metering passenger flows in realtime. I
[common] [common]
; for release_version use max. 10 chars total, use any decimal format like "a.b.c" ; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
release_version = 1.7.841 release_version = 1.7.91
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running! ; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running!
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose ; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
debug_level = 3 debug_level = 3

View File

@ -54,6 +54,8 @@ void calibrateTime(void) {
} }
#endif #endif
goto finish;
finish: finish:
setMyTime(t, t_msec, timeSource); // set time setMyTime(t, t_msec, timeSource); // set time