mirror of
https://github.com/deruiter/DCF77-Analyzer-Clock-V2.0.git
synced 2026-05-01 16:17:19 +02: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