clockcontroller.cpp bugfix ts variable

This commit is contained in:
Klaus K Wilting 2019-02-17 19:33:41 +01:00
parent 4608a3b063
commit d9a2107450
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ lib_deps_all =
build_flags_basic =
-include "src/hal/${PIOENV}.h"
-include "src/paxcounter.conf"
; -w
-w
'-DARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h'
'-DCORE_DEBUG_LEVEL=${common.debug_level}'
'-DLOG_LOCAL_LEVEL=${common.debug_level}'

View File

@ -59,7 +59,7 @@ void clock_loop(void *pvParameters) { // ClockTask
#elif defined HAS_DCF77
if (ts == DCF77_FRAME_SIZE - 1) // moment to reload frame?
if (second(t) == DCF77_FRAME_SIZE - 1) // moment to reload frame?
DCF77_Frame(t1(t)); // generate next frame
if (DCFpulse[DCF77_FRAME_SIZE] ==