clockcontroller.cpp bugfix ts variable
This commit is contained in:
		
							parent
							
								
									4608a3b063
								
							
						
					
					
						commit
						d9a2107450
					
				| @ -67,7 +67,7 @@ lib_deps_all = | |||||||
| build_flags_basic = | build_flags_basic = | ||||||
|     -include "src/hal/${PIOENV}.h" |     -include "src/hal/${PIOENV}.h" | ||||||
|     -include "src/paxcounter.conf" |     -include "src/paxcounter.conf" | ||||||
|  ;   -w |     -w | ||||||
|     '-DARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h' |     '-DARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h' | ||||||
|     '-DCORE_DEBUG_LEVEL=${common.debug_level}' |     '-DCORE_DEBUG_LEVEL=${common.debug_level}' | ||||||
|     '-DLOG_LOCAL_LEVEL=${common.debug_level}' |     '-DLOG_LOCAL_LEVEL=${common.debug_level}' | ||||||
|  | |||||||
| @ -59,8 +59,8 @@ void clock_loop(void *pvParameters) { // ClockTask | |||||||
| 
 | 
 | ||||||
| #elif defined HAS_DCF77 | #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
 |       DCF77_Frame(t1(t));                  // generate next frame
 | ||||||
| 
 | 
 | ||||||
|     if (DCFpulse[DCF77_FRAME_SIZE] == |     if (DCFpulse[DCF77_FRAME_SIZE] == | ||||||
|         minute(t1(t)))  // do he have a recent frame?
 |         minute(t1(t)))  // do he have a recent frame?
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user