diff --git a/main/ledstrip.cpp b/main/ledstrip.cpp index 30c2d07..81de640 100644 --- a/main/ledstrip.cpp +++ b/main/ledstrip.cpp @@ -365,7 +365,7 @@ void showCustomColor() const auto today = toDateTime(espchrono::utc_clock::now()); if (static_cast(today.date.year()) < 2000) - return false; + return true; if (!sunrise_dt || (*sunrise_dt).date.day() != today.date.day()) {