v1.7.91
This commit is contained in:
parent
3518c2660f
commit
5b8cef880c
@ -40,7 +40,7 @@ description = Paxcounter is a device for metering passenger flows in realtime. I
|
||||
|
||||
[common]
|
||||
; 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!
|
||||
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
|
||||
debug_level = 3
|
||||
|
@ -54,6 +54,8 @@ void calibrateTime(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
goto finish;
|
||||
|
||||
finish:
|
||||
|
||||
setMyTime(t, t_msec, timeSource); // set time
|
||||
|
Loading…
Reference in New Issue
Block a user