mirror of
				https://github.com/deruiter/DCF77-Analyzer-Clock-V2.0.git
				synced 2025-11-04 16:17:45 +01:00 
			
		
		
		
	fixed leap year error
This commit is contained in:
		@@ -1710,7 +1710,7 @@ void displayData(void)
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // display Leap Year LED
 | 
			
		||||
  if (leapYear = 1)  
 | 
			
		||||
  if (leapYear == 1)  
 | 
			
		||||
  {
 | 
			
		||||
    digitalWrite(LED_LEAPYEAR, HIGH);
 | 
			
		||||
  } 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user